10000 GitHub - danielpozsar/grogupy: Python package calculating relativistic magnetic interactions for the generalised Heisenberg model.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Python package calculating relativistic magnetic interactions for the generalised Heisenberg model.

License

Notifications You must be signed in to change notification settings

danielpozsar/grogupy

Repository files navigation

grogupy: Relativistic magnetic interactions from non-orthogonal basis sets

PyPI version Static Badge Static Badge Static Badge

grogupy is an open-source package created to easily extract magnetic interaction parameters from density functional theory (DFT) calculations. It can also handle very large systems, with hundreds of atoms in the unit cell using GPU acceleration. Because the underlying theory focuses on non-orthogonal, LCAO, basis sets, the most straightforward software, and our recommendation to use for the DFT part is Siesta. In principle any plane wave based DFT software could be used with Wannierization, but the magnetic parameters are very sensitive to the atomic positions and Wannier orbitals might be off centered. grogupy can extract magnetic parameters from different levels of theoretical complexity, for example it can use as input collinear, non-collinear and spin-orbit Hamiltonians using sisl. More on the theoretical background can be found on arXiv. grogupy was created by the TRILMAX Consortium.

Features

  • Flexible API to set up more complicated systems with complex magnetic entities
  • Command line interface to extract and visualize the magnetic parameters
  • Multiple output formats for atomistic spin dynamics softwares
  • Interactive visualizations for system exploration

Tutorials and examples

You can start with the Quick start guides or learn more about the best practices in the Tutorials section.

Documentation

The documentation can be found here, and the API reference is here.

Installation

grogupy can be installed using pip:

pip install grogupy

Or you can install optional dependecies, like visualization packages or packages for GPU acceleration:

pip install grogupy[viz,gpu]
0