Metadata-Version: 2.4
Name: magnetics
Version: 0.1.0
Summary: A NumPy-native finite-difference micromagnetics simulation engine
Author: Parasveer
License: MIT
Project-URL: Homepage, https://github.com/parasveer/magnetics
Project-URL: Bug Tracker, https://github.com/parasveer/magnetics/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26
Requires-Dist: scipy>=1.11
Provides-Extra: gpu
Requires-Dist: cupy-cuda12x; extra == "gpu"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file
