Gaussian
Functions to process gaussian calculations
- strainjedi.io.gaussian.read_gaussian_out(label, index=- 1)[source]
modified for reading gaussian geometry optimizations
- label: str
filename w/o .log.
- strainjedi.io.gaussian.get_vibrations(label, atoms, indices=None)[source]
Read hessian.
- label: str
filename w/o .log.
- atoms: class
Structure of which the frequency analysis was performed.
- Returns
VibrationsData object.