![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Class for parsing OpenMM force field files. More...
Public Member Functions | |
| def | __init__ (self, fnm) |
| def | build_pid (self, element, parameter) |
| Build the parameter identifier (see link for an example) More... | |
Public Attributes | |
| pdict | |
| Initialize the superclass. More... | |
Class for parsing OpenMM force field files.
Definition at line 117 of file smirnoffio.py.
| def src.smirnoffio.SMIRNOFF_Reader.__init__ | ( | self, | |
| fnm | |||
| ) |
Definition at line 118 of file smirnoffio.py.
| def src.smirnoffio.SMIRNOFF_Reader.build_pid | ( | self, | |
| element, | |||
| parameter | |||
| ) |
Build the parameter identifier (see link for an example)
Definition at line 127 of file smirnoffio.py.
| src.smirnoffio.SMIRNOFF_Reader.pdict |
Initialize the superclass.
:) The parameter dictionary (defined in this file)
Definition at line 122 of file smirnoffio.py.
1.8.13