Analysis of oommf simualtions for voltage spin-diode
Enter the folder where the repository was downloaded or cloned and enter
pip install -r requirements.txt (or pip3 install -r requirements.txt depending on the system alias - must be python3.6)
Both json files are necessary for the operation of this script.
“interface.json” specifies the interface for the Fourier module
“default_param_set.json” is used as the default parameter set.
It helps to avoid constant specification of
the repeating parameters through multiple analysis runs.
For example you would like to have the parameters specified in the
file except for time step, then it’s sufficient to use:
python3 Fourier.py -d DIR -ts 1e-11 - that should overwrite
the parameter time_step from the default parameter set
To quickly view some pandas data frame data, please use pandasCLI.py
To run it simply change the desired directory in file