Class AngleConstraint
- java.lang.Object
-
- com.actelion.research.chem.potentialenergy.AngleConstraint
-
- All Implemented Interfaces:
PotentialEnergyTerm
public class AngleConstraint extends java.lang.Object implements PotentialEnergyTerm
-
-
Constructor Summary
Constructors Constructor Description AngleConstraint(Conformer conf, int[] angleAtoms, double targetAngle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getFGValue(double[] gradient)
-
-
-
Constructor Detail
-
AngleConstraint
public AngleConstraint(Conformer conf, int[] angleAtoms, double targetAngle)
-
-
Method Detail
-
getFGValue
public double getFGValue(double[] gradient)
- Specified by:
getFGValue
in interfacePotentialEnergyTerm
-
-