Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dpdata/plugins/amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def to_system(self, data, fname=None, frame_idx=0, **kwargs):
----------------
**kwargs : dict
valid parameters are:
theory : str, default=dftb3
qm_theory : str, default=dftb3
level of theory. Options includes AM1, RM1, MNDO, PM3-PDDG, MNDO-PDDG,
PM3-CARB1, MNDO/d, AM1/d, PM6, DFTB2, DFTB3
charge : int, default=0
Expand Down Expand Up @@ -96,6 +96,7 @@ class SQMDriver(Driver):
Examples
--------
Use DFTB3 method to calculate potential energy:

>>> labeled_system = system.predict(theory="DFTB3", driver="sqm")
>>> labeled_system['energies'][0]
-15.41111246
Expand Down