molecules 0.1.7

A library for working with molecules and molecular dynamics simulations
Documentation
1
2
3
4
// This speeds up by checking only within a certain range
pub const BOND_SEARCH_THRESHOLD: f64 = 2.0;
// This was chosen to be the same as the threshold used in QCxMS
pub const BOND_TOLERANCE: f64 = 1.5;