io#
The module provides input-output routines. It does not mean to absorb all interfaces to the external data formats, but designed to be the place for the constructor of the internal data structures from the input data of the external programs, as well as from the internal-specified formats.
External inputs#
|
Read spin Hamiltonian from TB2J output file. |
|
Read the crystal structure from the POSCAR file. |
Internal inputs#
|
Read template from the template file. |
|
Load any python Object from a binary format. |
Internal outputs#
|
Save any python Object in a binary format. |
|
Save the |
External outputs#
|
Save the Hamiltonian in a Human-readable format. |
|