Interface EnergyTerm
-
- All Known Implementing Classes:
AngleBend
,BondStretch
,Electrostatic
,MMFFExternalPositionConstraint
,MMFFPositionConstraint
,OutOfPlane
,StretchBend
,TorsionAngle
,VanDerWaals
public interface EnergyTerm
Interface class for energy terms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getEnergy(double[] pos)
void
getGradient(double[] pos, double[] grad)
-