![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Classes | |
| class | BackedUpDict |
| class | FF |
| Force field class. More... | |
Functions | |
| def | determine_fftype (ffname, verbose=False) |
| Determine the type of a force field file. More... | |
| def | rs_override (rsfactors, termtype, Temperature=298.15) |
| This function takes in a dictionary (rsfactors) and a string (termtype). More... | |
Variables | |
| logger = getLogger(__name__) | |
| dictionary | FF_Extensions |
| dictionary | FF_IOModules |
| def src.ffyapf.determine_fftype | ( | ffname, | |
verbose = False |
|||
| ) |
| def src.ffyapf.rs_override | ( | rsfactors, | |
| termtype, | |||
Temperature = 298.15 |
|||
| ) |
This function takes in a dictionary (rsfactors) and a string (termtype).
If termtype matches any of the strings below, rsfactors[termtype] is assigned to one of the numbers below.
This is LPW's attempt to simplify the rescaling factors.
| [out] | rsfactors | The computed rescaling factor. |
| [in] | termtype | The interaction type (corresponding to a physical unit) |
| [in] | Temperature | The temperature for computing the kT energy scale |
| dictionary src.ffyapf.FF_Extensions |
| dictionary src.ffyapf.FF_IOModules |
1.8.13