nanotools.ext.io.ase module
Reads RESCU+ files.
Read multiple structures and results from rescuplus
output files. Read
structures from rescuplus
input files.
- nanotools.ext.io.ase.read_rescuplus_out(fileobj: TextIO | Path) Atoms [source]
Reads RESCU+ output files.
The atomistic configurations as well as results (energy, force, stress, magnetic moments) of the calculation are read for all configurations within the output JSON file.
- Parameters:
fileobj (file|str) – A file object or filename
- Returns:
- The Atoms has a SinglePointCalculator attached with any results
parsed from the file.
- Return type:
structure (Atoms)