ForceBalance API  1.3
Automated optimization of force fields and empirical potentials
List of all members | Public Member Functions | Public Attributes
src.qchemio.QCIn_Reader Class Reference

Finite state machine for parsing Q-Chem input files. More...

Inheritance diagram for src.qchemio.QCIn_Reader:
[legend]
Collaboration diagram for src.qchemio.QCIn_Reader:
[legend]

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
 

Detailed Description

Finite state machine for parsing Q-Chem input files.

Definition at line 33 of file qchemio.py.

Constructor & Destructor Documentation

◆ __init__()

def src.qchemio.QCIn_Reader.__init__ (   self,
  fnm 
)

Definition at line 35 of file qchemio.py.

Member Function Documentation

◆ feed()

def src.qchemio.QCIn_Reader.feed (   self,
  line 
)

Feed in a line.

Parameters
[in]lineThe line of data

Definition at line 50 of file qchemio.py.

Member Data Documentation

◆ atom

src.qchemio.QCIn_Reader.atom

Definition at line 38 of file qchemio.py.

◆ cnum

src.qchemio.QCIn_Reader.cnum

Definition at line 40 of file qchemio.py.

◆ itype

src.qchemio.QCIn_Reader.itype

Definition at line 69 of file qchemio.py.

◆ pdict

src.qchemio.QCIn_Reader.pdict

Definition at line 42 of file qchemio.py.

◆ sec

src.qchemio.QCIn_Reader.sec

Definition at line 60 of file qchemio.py.

◆ shell

src.qchemio.QCIn_Reader.shell

Definition at line 41 of file qchemio.py.

◆ snum

src.qchemio.QCIn_Reader.snum

Definition at line 39 of file qchemio.py.

◆ suffix

src.qchemio.QCIn_Reader.suffix

Definition at line 74 of file qchemio.py.


The documentation for this class was generated from the following file: