.. index:: MagInt .. module:: MagInt MagInt ********** .. image:: _static/logo_docs.png :width: 55% :align: center MagInt implements the force-theorem Hubbard-I approach for calculating intersite exchange interactions in correlated insulators. The formalism is given in `L. V. Pourovskii Phys. Rev. B 94, 115117 (2016) `_ and the source code can be found on GitHub at the following `repository `_. This Python-3 version is based on the `TRIQS software library `_, and the DFT code interface `TRIQS/DFTTools `_. The current version of MagInt is interfaced with TRIQS 3.1.x and it comes with its own Fortran-based Hubbard-I solver. For installation use the same branch / tag as your triqs installation. More information under :ref:`installation`. Learn how to use magint in the documentation and the via the :download:`Manual (pdf) <_static/magint_manual.pdf>`. Workflow of a MagInt calculation ================================================= The workflow of a typical MagInt calculation is : .. image:: _static/workflow.png :width: 90% :align: center Detailed in the :download:`Manual <_static/magint_manual.pdf>`. ------------ .. toctree:: :maxdepth: 2 :hidden: installation documentation