项目作者: LemurPwned

项目描述 :
Analysis of oommf simualtions for voltage spin-diode
高级语言: Python
项目地址: git://github.com/LemurPwned/oommf-analysis-scripts.git
创建时间: 2017-02-17T22:13:56Z
项目社区:https://github.com/LemurPwned/oommf-analysis-scripts

开源协议:

下载


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