![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Finite state machine for parsing Q-Chem input files. More...
Public Member Functions | |
| def | __init__ (self, fnm) |
| def | feed (self, line) |
| Feed in a line. More... | |
Public Attributes | |
| atom | |
| snum | |
| cnum | |
| shell | |
| pdict | |
| sec | |
| itype | |
| suffix | |
Finite state machine for parsing Q-Chem input files.
Definition at line 33 of file qchemio.py.
| def src.qchemio.QCIn_Reader.__init__ | ( | self, | |
| fnm | |||
| ) |
Definition at line 35 of file qchemio.py.
| def src.qchemio.QCIn_Reader.feed | ( | self, | |
| line | |||
| ) |
| src.qchemio.QCIn_Reader.atom |
Definition at line 38 of file qchemio.py.
| src.qchemio.QCIn_Reader.cnum |
Definition at line 40 of file qchemio.py.
| src.qchemio.QCIn_Reader.itype |
Definition at line 69 of file qchemio.py.
| src.qchemio.QCIn_Reader.pdict |
Definition at line 42 of file qchemio.py.
| src.qchemio.QCIn_Reader.sec |
Definition at line 60 of file qchemio.py.
| src.qchemio.QCIn_Reader.shell |
Definition at line 41 of file qchemio.py.
| src.qchemio.QCIn_Reader.snum |
Definition at line 39 of file qchemio.py.
| src.qchemio.QCIn_Reader.suffix |
Definition at line 74 of file qchemio.py.
1.8.13