LICENSE
README.md
pyproject.toml
magnetics/__init__.py
magnetics/_version.py
magnetics/backend.py
magnetics/constants.py
magnetics/materials.py
magnetics/mesh.py
magnetics.egg-info/PKG-INFO
magnetics.egg-info/SOURCES.txt
magnetics.egg-info/dependency_links.txt
magnetics.egg-info/requires.txt
magnetics.egg-info/top_level.txt
magnetics/energy/__init__.py
magnetics/energy/total_energy.py
magnetics/fields/__init__.py
magnetics/fields/anisotropy.py
magnetics/fields/demag.py
magnetics/fields/exchange.py
magnetics/fields/zeeman.py
magnetics/io/__init__.py
magnetics/io/ovf.py
magnetics/llg/__init__.py
magnetics/llg/effective_field.py
magnetics/llg/macrospin.py
magnetics/llg/multicell.py
magnetics/viz/__init__.py
magnetics/viz/_utils.py
magnetics/viz/diagnostics.py
magnetics/viz/fields.py
tests/test_anisotropy.py
tests/test_backend.py
tests/test_exchange.py
tests/test_io_ovf.py
tests/test_llg_macrospin.py
tests/test_llg_multicell.py
tests/test_materials.py
tests/test_mesh.py
tests/test_viz_diagnostics.py
tests/test_viz_fields.py
tests/test_zeeman.py