proteindf_tools.pdfsim module¶
- class proteindf_tools.pdfsim.PdfSim(*args, **kwargs)[source]¶
Bases:
object- sp(pdfparam, *args, **kwargs)[source]¶
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.