Class VABCVolume
java.lang.Object
org.openscience.cdk.geometry.volume.VABCVolume
Calculates the Van der Waals volume using the method proposed
in [Zhao, Yuan H. et. al.. The Journal of Organic Chemistry. 2003. 68]. The method is limited to molecules
with the following elements: H, C, N, O, F, Cl, Br, I,
P, S, As, B, Si, Se, and Te.
- Keywords:
- volume, molecular
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublecalculate(IAtomContainer molecule) Calculates the volume for the givenIAtomContainer.
-
Constructor Details
-
VABCVolume
public VABCVolume()
-
-
Method Details
-
calculate
Calculates the volume for the givenIAtomContainer. This methods assumes that atom types have been perceived.- Parameters:
molecule-IAtomContainerto calculate the volume of.- Returns:
- the volume in cubic Ångström.
- Throws:
CDKException
-