Skip to content

Releases: cmt-dtu-energy/MagTense

MagTense version 1.2

21 Sep 10:49
Compare
Choose a tag to compare

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

MagTense version 1.1

01 Jun 11:09
Compare
Choose a tag to compare

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

MagTense version 1.0.1

08 May 18:11
Compare
Choose a tag to compare

This is the first release of MagTense in which the MEX-files for Windows are directly distributed and the Python version is available on PyPi.

The MEX-files for Matlab integration, along with examples for both Matlab and python, are available as an archive below.

The python version can be installed via PyPi:

python3 -m pip install magtense