summaryrefslogtreecommitdiff
path: root/src/simulation/mod.rs
blob: 290c3e65b398b13def73c539b11e463e399c9111 (plain)
1
2
3
4
5
pub mod time_evolution;
pub mod two_level;

#[allow(non_camel_case_types)]
pub(crate) type c64 = num_complex::Complex<f64>;