![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Force and energy matching using SMIRKS native Open Force Field (SMIRNOFF). More...
Public Member Functions | |
| def | __init__ (self, options, tgt_opts, forcefield) |
| def | submit_jobs (self, mvals, AGrad=False, AHess=False) |
| def | smirnoff_update_pgrads (self) |
| Update self.pgrads based on smirks present in mol2 files. More... | |
Public Attributes | |
| engine_ | |
| Default file names for coordinates and key file. More... | |
| pgrad | |
Force and energy matching using SMIRKS native Open Force Field (SMIRNOFF).
Definition at line 669 of file smirnoffio.py.
| def src.smirnoffio.TorsionProfileTarget_SMIRNOFF.__init__ | ( | self, | |
| options, | |||
| tgt_opts, | |||
| forcefield | |||
| ) |
| def src.smirnoffio.TorsionProfileTarget_SMIRNOFF.smirnoff_update_pgrads | ( | self | ) |
Update self.pgrads based on smirks present in mol2 files.
This can greatly improve gradients evaluation in big optimizations
Definition at line 697 of file smirnoffio.py.
| def src.smirnoffio.TorsionProfileTarget_SMIRNOFF.submit_jobs | ( | self, | |
| mvals, | |||
AGrad = False, |
|||
AHess = False |
|||
| ) |
| src.smirnoffio.TorsionProfileTarget_SMIRNOFF.engine_ |
Default file names for coordinates and key file.
Definition at line 678 of file smirnoffio.py.
| src.smirnoffio.TorsionProfileTarget_SMIRNOFF.pgrad |
Definition at line 716 of file smirnoffio.py.
1.8.13