conformation
Class AlkaneDihedrals
java.lang.Object
conformation.AlkaneDihedrals
- public class AlkaneDihedrals
- extends java.lang.Object
IUPAC nomenclature for alkane dihedrals.
http://www.iupac.org/goldbook/T06406.pdf
- Author:
- vincent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
synPeriPlanarType
public static final int synPeriPlanarType
- See Also:
- Constant Field Values
plusSynClinalType
public static final int plusSynClinalType
- See Also:
- Constant Field Values
plusAntiClinalType
public static final int plusAntiClinalType
- See Also:
- Constant Field Values
antiPeriPlanarType
public static final int antiPeriPlanarType
- See Also:
- Constant Field Values
minusAntiClinalType
public static final int minusAntiClinalType
- See Also:
- Constant Field Values
minusSynClinalType
public static final int minusSynClinalType
- See Also:
- Constant Field Values
numDihedralTypes
public static final int numDihedralTypes
- See Also:
- Constant Field Values
synType
public static final int synType
- See Also:
- Constant Field Values
gauchePlusType
public static final int gauchePlusType
- See Also:
- Constant Field Values
antiType
public static final int antiType
- See Also:
- Constant Field Values
gaucheMinusType
public static final int gaucheMinusType
- See Also:
- Constant Field Values
AlkaneDihedrals
public AlkaneDihedrals()
getDihedralType
public static final int getDihedralType(double dihedralValue)
- Parameters:
dihedralValue - the dihedral in radians in the IUPAC convention
- Returns:
- the IUPAC dihedral type
- See Also:
Geometry.dihedral(double[], double[], double[], double[]),
Geometry.iupac2math(double)
isEclipsed
public static final boolean isEclipsed(double dihedralValue)
- Parameters:
dihedralValue -
- Returns:
- whether it's eclipsed
isStaggered
public static final boolean isStaggered(double dihedralValue)
- Parameters:
dihedralValue -
- Returns:
- whether it's staggered
- See Also:
esraMath
isGauche
public static final boolean isGauche(double dihedralValue)
- Parameters:
dihedralValue -
- Returns:
- whether it's staggered
- See Also:
esraMath