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

Interaction type -> Parameter Dictionary. More...

Inheritance diagram for src.psi4io.GBS_Reader:
[legend]
Collaboration diagram for src.psi4io.GBS_Reader:
[legend]

Public Member Functions

def __init__ (self, fnm=None)
 
def build_pid (self, pfld)
 
def feed (self, line, linindep=False)
 Feed in a line. More...
 

Public Attributes

 element
 
 amom
 
 last_amom
 
 basis_number
 
 contraction_number
 
 adict
 
 isdata
 
 destroy
 

Detailed Description

Interaction type -> Parameter Dictionary.

pdict = {'Exponent':{0:'A', 1:'C'}, 'BASSP' :{0:'A', 1:'B', 2:'C'} } Finite state machine for parsing basis set files.

Definition at line 39 of file psi4io.py.

Constructor & Destructor Documentation

◆ __init__()

def src.psi4io.GBS_Reader.__init__ (   self,
  fnm = None 
)

Definition at line 41 of file psi4io.py.

Member Function Documentation

◆ build_pid()

def src.psi4io.GBS_Reader.build_pid (   self,
  pfld 
)

Definition at line 52 of file psi4io.py.

◆ feed()

def src.psi4io.GBS_Reader.feed (   self,
  line,
  linindep = False 
)

Feed in a line.

Parameters
[in]lineThe line of data

Definition at line 65 of file psi4io.py.

Here is the call graph for this function:

Member Data Documentation

◆ adict

src.psi4io.GBS_Reader.adict

Definition at line 48 of file psi4io.py.

◆ amom

src.psi4io.GBS_Reader.amom

Definition at line 44 of file psi4io.py.

◆ basis_number

src.psi4io.GBS_Reader.basis_number

Definition at line 46 of file psi4io.py.

◆ contraction_number

src.psi4io.GBS_Reader.contraction_number

Definition at line 47 of file psi4io.py.

◆ destroy

src.psi4io.GBS_Reader.destroy

Definition at line 50 of file psi4io.py.

◆ element

src.psi4io.GBS_Reader.element

Definition at line 43 of file psi4io.py.

◆ isdata

src.psi4io.GBS_Reader.isdata

Definition at line 49 of file psi4io.py.

◆ last_amom

src.psi4io.GBS_Reader.last_amom

Definition at line 45 of file psi4io.py.


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