remsol

Crates.ioremsol
lib.rsremsol
version0.1.1
sourcesrc
created_at2024-11-03 21:45:28.96793
updated_at2024-11-04 20:39:21.681264
descriptionElectromagnetic mode solver for 1D multilayer structures
homepagehttps://github.com/mpasson/REMSOL
repository
max_upload_size
id1434278
size70,719
Marco Passoni (mpasson)

documentation

README

Code style: black

REMSOL

Overview

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.

Python Package

Installation

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.

How to use it

Check the examples in the Documentation.

Rust crate

The Rust crate is available on crates.io. The documentation is available here.

Contributing

Contributions are welcome. Plase feel free to open an issue or a pull request.

Commit count: 0

cargo fmt