Skip to content

mumax 3.7

Compare
Choose a tag to compare
@barnex barnex released this 27 Apr 09:08
· 521 commits to master since this release

New features:

  • MaxAngle, SpinAngle quantities return the maximum spin-spin angle and the space-dependent spin-spin angle.
  • Finite temperature can now be used with all solvers, but still requires a fixed time step (thanks @JLeliaert).
  • 2D topological charge can now be output (Thanks @godsic).
  • Add CC5.2 code for recent GPU's (Thanks @godsic ) and handle older drivers better.

Reference

Thank you for citing "The Design and Verification of MuMax3", http://dx.doi.org/10.1063/1.4899186.

Questions

Most questions can be answered by reading "The Design and Verification of MuMax3", http://dx.doi.org/10.1063/1.4899186.

If that does not work, your question can be posted here: https://groups.google.com/forum/#!forum/mumax2.

Please use a descriptive subject like, e.g.:
"mumax 3.7 crashes with CUDA_ERROR_UNKNOWN on Ubuntu 15.04",
but not, e.g.:
"mumax question".

To install from source in Ubuntu 15.04:

Execute these steps if you understand what they do:

sudo apt-get install git golang-go gcc nvidia-cuda-toolkit nvidia-cuda-dev nvidia-340 gnuplot
export $GOPATH=$HOME go get -u -v github.com/mumax/3/cmd/mumax3

This will install mumax3 in $HOME/bin