stko.ShapeCalculator
- class stko.ShapeCalculator[source]
Bases:
objectCalculates shape measures of a molecule.
Uses
rdkit3D Descriptors [1] module to calculate all measures.Examples
import stk import stko bb1 = stk.BuildingBlock('C1CCCCC1') shape_calc = stko.ShapeCalculator() shape_results = shape_calc.get_results(bb1) eccentricity = shape_results.get_eccentricity()
References
Methods
Calculate the shape measures of mol.