![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Classes | |
| class | Gen_Reader |
| Finite state machine for parsing custom GROMACS force field files. More... | |
Variables | |
| list | cptypes = [None, 'CPGAUSS', 'CPEXPG', 'CPGEXP'] |
| Types of counterpoise correction. More... | |
| list | ndtypes = [None] |
| Types of NDDO correction. More... | |
| dictionary | fdict |
| Section -> Interaction type dictionary. More... | |
| dictionary | pdict |
| Interaction type -> Parameter Dictionary. More... | |
| list src.custom_io.cptypes = [None, 'CPGAUSS', 'CPEXPG', 'CPGEXP'] |
Types of counterpoise correction.
Definition at line 16 of file custom_io.py.
| dictionary src.custom_io.fdict |
Section -> Interaction type dictionary.
Definition at line 21 of file custom_io.py.
| list src.custom_io.ndtypes = [None] |
Types of NDDO correction.
Definition at line 18 of file custom_io.py.
| dictionary src.custom_io.pdict |
Interaction type -> Parameter Dictionary.
Definition at line 25 of file custom_io.py.
1.8.13