Version 1.1 of MagTense includes a python interface to the micromagnetism model, as well as updates MEX-files for Matlab on Windows.
The MEX-files for Matlab for Windows are distributed directly in the archive.
Instructions on how to build and use the Python interface are listed in the python folder in the archive. Installation is recommended via conda package manager (requires Python 3.9 or 3.10). For CUDA support {from 11.4.4 , 11.6.2 , 11.7.0 } use: conda install magtense -c cmt-dtu-energy/label/cuda-11.7.0 -c nvidia/label/cuda-11.7.0 . Installation without CUDA support: conda install magtense -c cmt-dtu-energy/label/cpu