|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmeshi.energy.AbstractEnergy
meshi.energy.CooperativeEnergyTerm
meshi.energy.linearRG.LinearRgEnergy
public class LinearRgEnergy
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class meshi.energy.AbstractEnergy |
|---|
AbstractEnergy.UpdateableList |
| Field Summary | |
|---|---|
private RgCalculator |
rgCalculator
|
private double |
targetRG
|
| Fields inherited from class meshi.energy.CooperativeEnergyTerm |
|---|
atomList, coordinates, dm, DX, parameters, relativeDiffTolerance, verySmall, XYZ |
| Fields inherited from class meshi.energy.AbstractEnergy |
|---|
comment, filter, INFINITY, NaN, on, updateableResources, weight |
| Constructor Summary | |
|---|---|
LinearRgEnergy()
|
|
LinearRgEnergy(AtomList atomList,
double weight,
double targetRG,
RgCalculator rgCalculator)
|
|
| Method Summary | |
|---|---|
double |
evaluate()
Evaluates the energy term and update the derivatives. |
void |
evaluateAtoms()
Evaluates the energy term and devides the energy between the atoms. |
| Methods inherited from class meshi.energy.CooperativeEnergyTerm |
|---|
test |
| Methods inherited from class meshi.energy.AbstractEnergy |
|---|
addAttribute, comment, getAttribute, handleMissingParameters, isOn, off, on, toArray, toArray, toArray, toArray, toString, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private double targetRG
private RgCalculator rgCalculator
| Constructor Detail |
|---|
public LinearRgEnergy()
public LinearRgEnergy(AtomList atomList,
double weight,
double targetRG,
RgCalculator rgCalculator)
| Method Detail |
|---|
public void evaluateAtoms()
AbstractEnergy
evaluateAtoms in class AbstractEnergypublic double evaluate()
AbstractEnergy
evaluate in class AbstractEnergy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||