Metadata-Version: 2.4
Name: magnopy
Version: 0.1.0
Summary: Magnopy is a Python package for magnons.
Author-email: Andrey Rybakov <rybakov.ad@icloud.com>
Project-URL: Homepage, https://magnopy.org
Project-URL: Documentation, https://magnopy.org
Project-URL: Repository, https://github.com/magnopy/magnopy.git
Project-URL: Issues, https://github.com/magnopy/magnopy/issues
Project-URL: Changelog, https://magnopy.org/en/latest/release-notes/index.html
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: wulfric>=0.5.4
Dynamic: license-file

*******
Magnopy
*******

Magnopy is a Python package for the magnon-related properties:

* Dispersion
* Relaxation
* Critical temperature
* Correlations

Please visit an extensive documentation on `magnopy.org <https://magnopy.org>`_ to find out more.

Installation
============

To install magnopy run (you may need to use ``pip3``):

.. code-block:: console

  pip install magnopy
