REMSOL (Rust-based Electromagnetic Multi-layer Solver) is a software package for finding electromagnetic modes in 1D multi-layered media. It is written in Rust for speed and provides a Python interface for ease of use.
The package is availavlbe on PyPi, so you can install it using pip:
pip install remsol
if you want to build the package from source, you can check out the Documentation.
Check the examples in the Documentation.
The Rust crate is available on crates.io. The documentation is available here.
Contributions are welcome. Plase feel free to open an issue or a pull request.