atomecs 0.7.1

An data-oriented simulation package for cold atom experiments.
Documentation
1
2
3
4
5
//! Main program does nothing

fn main() {
    println!("Welcome to AtomECS! Check out the repository readme for more details, or see the examples.");
}