| Constructor and Description |
|---|
AverageBondLengthCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static double |
calculateAverageBondLength(IAtomContainerSet moleculeSet)
Calculate the average bond length for the bonds in a molecule set.
|
static double |
calculateAverageBondLength(IChemModel model)
Calculate the average bond length for the bonds in a chem model.
|
static double |
calculateAverageBondLength(IReaction reaction)
Calculate the average bond length for the bonds in a reaction.
|
static double |
calculateAverageBondLength(IReactionSet reactionSet)
Calculate the average bond length for the bonds in a reaction set.
|
public static double calculateAverageBondLength(IReaction reaction)
reaction - the reaction to usepublic static double calculateAverageBondLength(IAtomContainerSet moleculeSet)
moleculeSet - the molecule set to usepublic static double calculateAverageBondLength(IChemModel model)
model - the model for which to calculate the average bond lengthpublic static double calculateAverageBondLength(IReactionSet reactionSet)
reactionSet - the reaction set to useCopyright © 2021. All rights reserved.