https://github.com/p-sira/magba
Python analytical magnetic computation powered by Rust
https://github.com/p-sira/magba
analytical-solution electromagnetism magnet magnetic-fields magnetism physics scientific simulation
Last synced: about 1 month ago
JSON representation
Python analytical magnetic computation powered by Rust
- Host: GitHub
- URL: https://github.com/p-sira/magba
- Owner: p-sira
- License: bsd-3-clause
- Created: 2025-01-26T08:31:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:08:43.000Z (4 months ago)
- Last Synced: 2025-03-30T13:48:23.551Z (about 2 months ago)
- Topics: analytical-solution, electromagnetism, magnet, magnetic-fields, magnetism, physics, scientific, simulation
- Language: Rust
- Homepage:
- Size: 2.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
-----
**Magba** is a performant analytical magnetic computation library for Rust.
To install, simply: `cargo add magba`.
A python interface for Magba is also available: [Pymagba](https://github.com/p-sira/pymagba).
## Features
- Compute magnetic fields
- Create magnetic sources and group them as collections
- Move and rotate objectsLearn more at [docs.rs](https://docs.rs/magba).