pwtools.io.read_cpmd_md¶
- pwtools.io.read_cpmd_md = <pwtools.io.ReadFactory object>¶
Read CPMD MD (fixed and variable cell, BO and CP) run ouput.
- Parameters:
filename (str) – Name of the file to parse.
**kwds (keywords args) – passed to the parser class (e.g. units=…)
- Returns:
ret
- Return type:
Structure
(SCF runs) orTrajectory
(MD-like runs)