Input/Output
This subpackage contains various routines to read in different input files
and to process the information. The main goal is to convert the information
from the input files to a format that can be used by the Builder class
and to save the data in other input formats.
Input/Output Functions
These are the main input output functions for the user.
|
Recreates the instance from a pickled state. |
|
Saves the instance from a pickled state. |
|
This function reads the magnopy input file and return a dictionary |
|
Creates a magnopy input file based on a path. |
|
Writes the UppASD input files to the given folder. |
|
It reads the simulation parameters, magnetic entities and pairs from the fdf |
|
Reading input parameters from a .py file. |
Utility functions
These are utility functions that are mostly used in the background, but could be useful in some special applications.
|
Gets the |
|
This function deciphers the magnetic entities and pairs based on coordinates |
|
Creates the magnetic entities and pairs from the tag. |
|
Sets the values in the pops keys from the whole dictionary structure to the given value. |
Examples
For examples, see the various functions.