ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Classes | |
class | AbInitio_TINKER |
Subclass of Target for force and energy matching using TINKER. More... | |
class | BindingEnergy_TINKER |
Binding energy matching using TINKER. More... | |
class | Interaction_TINKER |
Subclass of Target for interaction matching using TINKER. More... | |
class | Liquid_TINKER |
Condensed phase property matching using TINKER. More... | |
class | Moments_TINKER |
Subclass of Target for multipole moment matching using TINKER. More... | |
class | TINKER |
Engine for carrying out general purpose TINKER calculations. More... | |
class | Tinker_Reader |
Finite state machine for parsing TINKER force field files. More... | |
class | Vibration_TINKER |
Vibrational frequency matching using TINKER. More... | |
Functions | |
def | write_key (fout, options, fin=None, defaults={}, verbose=False, prmfnm=None, chk=[]) |
Create or edit a TINKER .key file. More... | |
Variables | |
list | allp |
list | eckeys |
logger = getLogger(__name__) | |
dictionary | pdict |
def src.tinkerio.write_key | ( | fout, | |
options, | |||
fin = None , |
|||
defaults = {} , |
|||
verbose = False , |
|||
prmfnm = None , |
|||
chk = [] |
|||
) |
Create or edit a TINKER .key file.
[in] | fout | Output file name, can be the same as input file name. |
[in] | options | Dictionary containing .key options. Existing options are replaced, new options are added at the end. Passing None causes options to be deleted. To pass an option without an argument, use ''. |
[in] | fin | Input file name. |
[in] | defaults | Default options to add to the mdp only if they don't already exist. |
[in] | verbose | Print out all modifications to the file. |
[in] | prmfnm | TINKER parameter file name. |
[in] | chk | Crash if the key file does NOT have these options by the end. |
Definition at line 184 of file tinkerio.py.
list src.tinkerio.allp |
Definition at line 39 of file tinkerio.py.
list src.tinkerio.eckeys |
Definition at line 49 of file tinkerio.py.
src.tinkerio.logger = getLogger(__name__) |
Definition at line 56 of file tinkerio.py.
dictionary src.tinkerio.pdict |
Definition at line 58 of file tinkerio.py.