Spin Hamiltonian, ground state, magnons.
Magnopy is a python code that, given spin Hamiltonian in any convention, computes bosonic (magnon) Hamiltonian.
Extensive documentation is available at magnopy.org.
Magnopy can be used both as a Python library and as a command line tool.
- For details about black box style usage see magnopy-optimize-sd or magnopy-lswt.
- For code examples see User guide.
- For full public API see API.
- To get some support and ask questions see User support.
- For summary of releases see Release notes.
To install Magnopy run (you may need to use pip3):
pip install magnopyTo install with visualization capabilities (recommended) run (you may need to use
pip3):
pip install "magnopy[visual]"If you have a question about Magnopy, have an idea for its improvement, or found a bug, please do not hesitate to contact us via one of the support channels.
We welcome contributions to Magnopy. Pleas visit the development guide or contact authors of the project to find out more.