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;