Skip to main content

MagTense - a micromagnetism and magnetostatic framework

Project description


MagTense version 2021

MagTense consists of both a magnetostatic and a micromagnetism calculation framework.

The magnetostatic framework can calculate the magnetic field from objects shaped as cylinders, pieces of cylinders, prisms, circular pieces and tetrahedrons. This is done using a fully analytical calculation of the demagnetization tensor. The framework is fully implemented in Fortran and has both a Matlab MEX interface and a Python interface.

The micromagnetism framework solves the Landau-Lifshitz equation. The framework is fully implemented in Fortran and has a Matlab MEX interface and a Python interface, as well as an older Matlab implementation. The micromagnetism framework utilizes the magnetostatic framework for calculating the demagnetization field.

The webpage of the code is available at https://www.magtense.org.

The TechManual on the code is available at https://cmt-dtu-energy.github.io/MagTense/.

Usage with Matlab

MagTense is directly useable in Matlab on Windows by downloading the already compiled MEX-files in matlab/MEX. The files are directly useable with no compilation required, although Matlab 2018a or greater is required. Examples of how to calculate magnetostatic and micromagnetic problems using the Matlab interface can be found in matlab/examples.

Compilation with a Visual Studio project file

If you want to compile MagTense with a Visual Studio project file for Windows, MagTense.sln, is available, as well as a Matlab function to build the MEX-files, buildMagTenseMEX.m. MagTense utilizes Intel MKL for the micromagnetic simlations and can also utilize CUDA and CVODE.

Usage with Python interface

Instructions on how to use the Python interface are listed in python/. Binary installers for the Python interface are available at the Python Package Index (PyPI) and can be installed via (requires Python 3.9 or 3.10):

pip install magtense

[Linux] Further requirements

  • Install runtime for Intel® Fortran Compiler
    conda install intel-fortran-rt
    
  • Set LD_LIBRARY_PATH to lib of active conda environment. A guide on how to set this environment variable permenently for a specific conda environment can be found here.
    export LD_LIBRARY_PATH=/PATH/TO/CONDA/ENV/lib/
    

Current code development

The main features being worked on at the moment are:

  • Proper code documentation
  • Non-uniform grids

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magtense-2.0.1.tar.gz (50.7 MB view hashes)

Uploaded Source

Built Distribution

magtense-2.0.1-py3-none-any.whl (51.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page