proteindf_tools.pdfsim module¶
- class proteindf_tools.pdfsim.PdfSim(*args, **kwargs)[ソース]¶
ベースクラス:
object- sp(pdfparam, *args, **kwargs)[ソース]¶
calc single-point
Keyword arguments: pdfparam --- PdfParam object represented the calculation condition. workdir --- working directory. db_path --- ProteinDF ArchiveDB path (default: pdfresults.db) dry_run --- if True, the calculation is NOT carried out. Default is False.
Returns: tuple of the number of iterations and the total energy.