https://github.com/lemurpwned/oommf-analysis-scripts
Analysis of oommf simualtions for voltage spin-diode
https://github.com/lemurpwned/oommf-analysis-scripts
analysis fourier oommf python spintronics
Last synced: about 2 months ago
JSON representation
Analysis of oommf simualtions for voltage spin-diode
- Host: GitHub
- URL: https://github.com/lemurpwned/oommf-analysis-scripts
- Owner: LemurPwned
- Created: 2017-02-17T22:13:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T09:50:32.000Z (over 6 years ago)
- Last Synced: 2025-05-26T17:56:17.792Z (4 months ago)
- Topics: analysis, fourier, oommf, python, spintronics
- Language: Python
- Homepage:
- Size: 837 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oommf-simulations
### REQUIREMENTS
* python 3 or newer
* all packages from requirements.txt installed for pythonEnter 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