ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
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 | |
def src.readfrq.main | ( | ) |
def src.readfrq.print_mode | ( | M, | |
mode | |||
) |
Definition at line 15 of file readfrq.py.
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.
def src.readfrq.read_frq_gau | ( | gauout | ) |
Definition at line 18 of file readfrq.py.
def src.readfrq.read_frq_gen | ( | fout | ) |
def src.readfrq.read_frq_psi | ( | psiout | ) |
def src.readfrq.read_frq_qc | ( | qcout | ) |
Definition at line 142 of file readfrq.py.
def src.readfrq.read_frq_tc | ( | tcout, | |
scrdir = 'scr' |
|||
) |
def src.readfrq.scale_freqs | ( | arr | ) |
Apply harmonic vibrational scaling factors.
Definition at line 297 of file readfrq.py.
src.readfrq.precision |
Definition at line 13 of file readfrq.py.