pwtools.io.read_cp2k_scf¶
- pwtools.io.read_cp2k_scf = <pwtools.io.ReadFactory object>¶
Read CP2K SCF (single point) 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)