oxiphoton 0.1.1

Pure Rust Computational Photonics & Optical Simulation Framework
Documentation
1
2
3
4
5
6
7
pub mod layout;
pub mod nanopost;
pub mod phase_profile;

pub use layout::{AchromaticMetalens, FillFactorMap, MetalensLayout, NanopostElement, ZonePlate};
pub use nanopost::NanopostLibrary;
pub use phase_profile::{MetalensDeflector, MetalensPhaseFocusing};