rustycoils 0.1.1

Fast method to compute off-axis magnetic fields for cylindrically symmetric systems of solenoids and current loops
Documentation
[dependencies.ndarray]
default-features = true
features = ["rayon"]
optional = true
version = "0.15"

[dependencies.rayon]
default-features = true
optional = true
version = "1.5"
[dev-dependencies.GSL]
version = "4.0.1"

[features]
default = []
parallel = ["rayon", "ndarray"]

[package]
authors = ["J.D.R. Tommey"]
categories = ["science"]
description = "Fast method to compute off-axis magnetic fields for cylindrically symmetric systems of solenoids and current loops"
edition = "2018"
exclude = [".github/"]
keywords = ["solenoid", "magnetic", "off-axis"]
license = "MIT"
name = "rustycoils"
readme = "README.md"
repository = "https://github.com/jdrtommey/rustycoils"
version = "0.1.1"