ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Finite state machine for parsing Mol2 force field file. More...
Public Member Functions | |
def | __init__ (self, fnm) |
def | feed (self, line) |
Public Attributes | |
pdict | |
The parameter dictionary (defined in this file) More... | |
atom | |
The atom numbers in the interaction (stored in the parser) More... | |
atomnames | |
The mol2 file provides a list of atom names. More... | |
section | |
The section that we're in. More... | |
mol | |
itype | |
suffix | |
molatom | |
Finite state machine for parsing Mol2 force field file.
(just for parameterizing the charges)
Definition at line 500 of file amberio.py.
def src.amberio.Mol2_Reader.__init__ | ( | self, | |
fnm | |||
) |
Definition at line 502 of file amberio.py.
def src.amberio.Mol2_Reader.feed | ( | self, | |
line | |||
) |
Definition at line 516 of file amberio.py.
src.amberio.Mol2_Reader.atom |
The atom numbers in the interaction (stored in the parser)
Definition at line 508 of file amberio.py.
src.amberio.Mol2_Reader.atomnames |
The mol2 file provides a list of atom names.
Definition at line 510 of file amberio.py.
src.amberio.Mol2_Reader.itype |
Definition at line 521 of file amberio.py.
src.amberio.Mol2_Reader.mol |
Definition at line 514 of file amberio.py.
src.amberio.Mol2_Reader.molatom |
Definition at line 552 of file amberio.py.
src.amberio.Mol2_Reader.pdict |
The parameter dictionary (defined in this file)
Definition at line 506 of file amberio.py.
src.amberio.Mol2_Reader.section |
The section that we're in.
Definition at line 512 of file amberio.py.
src.amberio.Mol2_Reader.suffix |
Definition at line 550 of file amberio.py.