exatomic.qe.cp.dynamics module
QE cp.x Molecular Dynamics
Functionality related to parsing inputs and outputs generated when running QE’s
cp.x module. Data files that come from dynamics include evp, for, pos, etc.
Since these files are CSV-like files, and typically large, CSV reading functions,
rather than Editor
objects are used to parse in the
data.
- exatomic.qe.cp.dynamics.parse_symbols_from_input(path)[source]
The only way to get the symbols, in the correct order, is by parsing them from an input file.