ForceBalance API  1.3
Automated optimization of force fields and empirical potentials
Functions | Variables
src.readfrq Namespace Reference

Functions

def print_mode (M, mode)
 
def read_frq_gau (gauout)
 
def read_frq_tc (tcout, scrdir='scr')
 
def read_frq_qc (qcout)
 
def read_frq_psi (psiout)
 
def read_frq_fb (vfnm)
 Read ForceBalance-formatted vibrational data from a vdata.txt file. More...
 
def scale_freqs (arr)
 Apply harmonic vibrational scaling factors. More...
 
def read_frq_gen (fout)
 
def main ()
 

Variables

 precision
 

Function Documentation

◆ main()

def src.readfrq.main ( )

Definition at line 364 of file readfrq.py.

Here is the call graph for this function:

◆ print_mode()

def src.readfrq.print_mode (   M,
  mode 
)

Definition at line 15 of file readfrq.py.

◆ read_frq_fb()

def src.readfrq.read_frq_fb (   vfnm)

Read ForceBalance-formatted vibrational data from a vdata.txt file.

Definition at line 253 of file readfrq.py.

◆ read_frq_gau()

def src.readfrq.read_frq_gau (   gauout)

Definition at line 18 of file readfrq.py.

◆ read_frq_gen()

def src.readfrq.read_frq_gen (   fout)

Definition at line 348 of file readfrq.py.

Here is the call graph for this function:

◆ read_frq_psi()

def src.readfrq.read_frq_psi (   psiout)

Definition at line 202 of file readfrq.py.

Here is the call graph for this function:

◆ read_frq_qc()

def src.readfrq.read_frq_qc (   qcout)

Definition at line 142 of file readfrq.py.

◆ read_frq_tc()

def src.readfrq.read_frq_tc (   tcout,
  scrdir = 'scr' 
)

Definition at line 74 of file readfrq.py.

Here is the call graph for this function:

◆ scale_freqs()

def src.readfrq.scale_freqs (   arr)

Apply harmonic vibrational scaling factors.

Definition at line 297 of file readfrq.py.

Variable Documentation

◆ precision

src.readfrq.precision

Definition at line 13 of file readfrq.py.