ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Classes | |
class | QCIn_Reader |
Finite state machine for parsing Q-Chem input files. More... | |
Functions | |
def | QChem_Dielectric_Energy (fnm, wq) |
Variables | |
logger = getLogger(__name__) | |
list | ndtypes = [None] |
Types of counterpoise correction cptypes = [None, 'BASS', 'BASSP'] Types of NDDO correction. More... | |
dictionary | pdict |
Section -> Interaction type dictionary. More... | |
def src.qchemio.QChem_Dielectric_Energy | ( | fnm, | |
wq | |||
) |
src.qchemio.logger = getLogger(__name__) |
Definition at line 13 of file qchemio.py.
list src.qchemio.ndtypes = [None] |
Types of counterpoise correction cptypes = [None, 'BASS', 'BASSP'] Types of NDDO correction.
Definition at line 18 of file qchemio.py.
dictionary src.qchemio.pdict |
Section -> Interaction type dictionary.
fdict = { 'basis' : bastypes } Interaction type -> Parameter Dictionary.
Definition at line 25 of file qchemio.py.