Skip to content

LemurPwned/oommf-analysis-scripts

Repository files navigation

oommf-simulations

REQUIREMENTS

  • python 3 or newer
  • all packages from requirements.txt installed for python

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)

HOW TO USE

  • download all the files from the directory, including those ending with .json
  • run python3 Fourier.py -h to view help menu
  • minimal parameters required are: directory, so please run at least python3 Fourier.py -d "DIR"

WHAT ARE .JSON FILES?

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

PANDAS CLI VIEWER

To quickly view some pandas data frame data, please use pandasCLI.py To run it simply change the desired directory in file

About

Analysis of oommf simualtions for voltage spin-diode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages