Skip to content

MagTense version 1.2

Latest
Compare
Choose a tag to compare
@rasmusbj rasmusbj released this 21 Sep 10:49
· 33 commits to master since this release

Version 1.2 of MagTense includes an update to singularities in the tetrahedron demag tensor, as well as support for CUDA 12.1. It also disables support for OpenMP for constructing the demagnetization tensor for micromagnetic simulations, due to bugs.

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 of the repository. Installation is recommended via conda package manager (requires >= Python 3.9). Installation with CUDA 12.x: conda install magtense -c cmt-dtu-energy/label/cuda-12 -c nvidia/label/cuda-12.2.2 . Installation without CUDA support: conda install magtense -c cmt-dtu-energy/label/cpu