8 #ifndef INCLUDE_MOLASSEMBLER_BOND_DISTANCE_H
9 #define INCLUDE_MOLASSEMBLER_BOND_DISTANCE_H
15 namespace Molassembler {
19 static constexpr std::array<double, 7> bondOrderMap {{
24 constexpr
double bondOrderCorrectionLambda = 0.1332;
30 double calculateBondDistance(
40 double calculateBondOrder(
Defines basic types widely shared across the project.
std::vector< unsigned > distance(AtomIndex source, const Graph &graph)
Calculates the graph distance from a single atom index to all others.
Element type information classes.
BondType
Discrete bond type numeration.
Definition: Types.h:26