rustmatrix 2.1.1

Rust-backed T-matrix scattering for nonspherical particles (port of pytmatrix)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

_Phase 1 stub — the full contributing guide is scheduled for Phase 7._

For now:

* Issues and pull requests are welcome at
  [github.com/swnesbitt/rustmatrix]https://github.com/swnesbitt/rustmatrix.
* The development install is in []install under "Development install".
* Tests run with `pytest tests/`; CI matrix covers Python 3.10–3.13 on Ubuntu.
* Rust kernels: `cargo fmt --all`, `cargo clippy --all-targets -- -D warnings`, `cargo test --lib --release`.