oxiphoton 0.1.1

Pure Rust Computational Photonics & Optical Simulation Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod coupled_resonators;
pub mod fabry_perot;
pub mod photonic_crystal;
pub mod ring;

pub use coupled_resonators::{CoupledResonatorOW, CoupledRingFilter};
pub use fabry_perot::FabryPerot;
pub use photonic_crystal::{
    slow_light_bandwidth_hz, CoupledL3Resonators, L3CavityEstimate, PhCResonator,
    W1WaveguideDispersion,
};
pub use ring::RingResonator;