Skip to content
Snippets Groups Projects
lib.rs 462 B
Newer Older
//! This is the documentation for the OPOSSUM software package. OPOSSUM stands for OPen-source Optics Simulation Software and Unified Modeller.
/// The basic structure representing an optical element
pub mod optic_node;
/// The basic structure containing the entire optical model
mod optic_scenery;
pub mod optic_ports;
Udo Eisenbarth's avatar
Udo Eisenbarth committed
pub mod nodes;

pub mod spectrum;

pub use optic_scenery::OpticScenery;