![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Optimized geometry fitting using SMIRNOFF format powered by OpenMM. More...
Public Member Functions | |
| def | __init__ (self, options, tgt_opts, forcefield) |
| def | create_engines (self, engine_args) |
| create a dictionary of self.engines = {sysname: Engine} More... | |
| def | build_system_mval_masks (self) |
| Build a mask of mvals for each system, to speed up finite difference gradients. More... | |
Public Attributes | |
| engine_ | |
| engines | |
| system_mval_masks | |
Optimized geometry fitting using SMIRNOFF format powered by OpenMM.
Definition at line 597 of file smirnoffio.py.
| def src.smirnoffio.OptGeoTarget_SMIRNOFF.__init__ | ( | self, | |
| options, | |||
| tgt_opts, | |||
| forcefield | |||
| ) |
| def src.smirnoffio.OptGeoTarget_SMIRNOFF.build_system_mval_masks | ( | self | ) |
Build a mask of mvals for each system, to speed up finite difference gradients.
Definition at line 635 of file smirnoffio.py.
| def src.smirnoffio.OptGeoTarget_SMIRNOFF.create_engines | ( | self, | |
| engine_args | |||
| ) |
create a dictionary of self.engines = {sysname: Engine}
Definition at line 607 of file smirnoffio.py.
| src.smirnoffio.OptGeoTarget_SMIRNOFF.engine_ |
Definition at line 601 of file smirnoffio.py.
| src.smirnoffio.OptGeoTarget_SMIRNOFF.engines |
Definition at line 608 of file smirnoffio.py.
| src.smirnoffio.OptGeoTarget_SMIRNOFF.system_mval_masks |
Definition at line 665 of file smirnoffio.py.
1.8.13