Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 3.2 KB

README.md

File metadata and controls

76 lines (54 loc) · 3.2 KB


Builds:

Documentation:

Test Coverage: Language grade: Python

Downloads: PyPI version Conda Cloud Conda Cloud


What is magpylib ?

  • Python package for calculating magnetic fields of magnets, currents and moments (sources).
  • Provides convenient methods to generate, geometrically manipulate, group and vizualize assemblies of sources.
  • The magnetic fields are determined from underlying (semi-analytical) solutions which results in fast computation times and requires little computation power.


Dependencies:

Python3.6+, Numpy, Matplotlib


Docu & Install:

Please check out our documentation for installation, examples and detailed information!

Installing this project using pip:

pip install magpylib

Installing this project locally:

  • Clone this repository to your machine.
  • In the directory, run pip install . in your conda terminal.