3.5. horton.io
– Input and output routines¶
All input routines begin with load_
. All output routines begin with
dump_
.
This package also contains a IOData
class to facilitate reading from
and writing to different file formats. It contains the methods from_file
and to_file
that automatically determine the file format based on the
prefix or extension of the filename.
- 3.5.1.
horton.io.cif
– Crystalographic Information File format - 3.5.2.
horton.io.cp2k
– CP2K atomic wavefunctions - 3.5.3.
horton.io.cube
– Gaussian cube file format - 3.5.4.
horton.io.gaussian
– Gaussian LOG and FCHK file fromats - 3.5.5.
horton.io.internal
– HORTON internal file format - 3.5.6.
horton.io.iodata
– Input/output dispatcher for different file formats - 3.5.7.
horton.io.lockedh5
– H5 file with lock - 3.5.8.
horton.io.molden
– Molden wavefunction input file format - 3.5.9.
horton.io.molekel
– Molekel wavefunction input file format - 3.5.10.
horton.io.molpro
– Molpro 2012 FCIDUMP format. - 3.5.11.
horton.io.vasp
– VASP POSCAR, CHGCAR and POTCAR file formats - 3.5.12.
horton.io.wfn
– WFN File format (Gaussian and GAMESS) - 3.5.13.
horton.io.xyz
– XYZ file format