Skip to content

Latest commit

 

History

History

README.md

Paper directory

The current directory contains the scripts to generate the data from the paper

mumax+: extensible GPU-accelerated micromagnetics and beyond

https://arxiv.org/abs/2411.18194

All demonstrations in the paper were simulated using version v1.1.0 of the code. All dependencies which are needed to generate the data from the paper, are included in the main installation of mumax⁺ and can be found in the main README of the repository.

A short summary of the available scripts for each section in the paper is given below. Each Python file also contains a short docstring with additional information on the simulation.

Implementations and Methods

  • The data in Fig. 1 can be generated with anti_AFM.py
  • The benchmark data in Fig. 5 can be generated with bench.py. Note that you will need an installation of mumax³ if you want to generate the complete plot.
  • The data in Fig. 6 can be generated with the scripts in the standardproblem4 directory. Use standardproblem4a_1nm.py for the mumax⁺ data and use standardproblem4a_1nm.mx3 for the mumax³ data. The compare.py script can then be used to compare the results with OOMMF. Note that you need an installation of mumax³ if you want to generate the complete plot.

Demonstrations