dyntri-core 0.10.2

Base crate to work with and perform measurements on Dynamical Triangulations.
Documentation
1
2
3
4
5
6
#[allow(clippy::module_inception)]
pub mod graph;
pub mod io;
pub mod observables;

pub use graph::Graph;