#include <force.h>
Public Attributes | |
| double | pe |
| double | bond |
| double | angle |
| double | dihed |
| double | impr |
| double | elec |
| double | vdw |
| double | bound |
User-supplied container class that returns potential energies from force_compute() routine. It is convenient to separate the energy data from the force results. Each respective value is meaningful only if the ForceParam_tag::flags has indicated that potential be evaluated.
|
|
Potential energy from angle bonds. |
|
|
Potential energy from spring bonds. |
|
|
Potential energy from boundary restraints. |
|
|
Potential energy from dihedrals. |
|
|
Potential energy from electrostatics. |
|
|
Potential energy from impropers. |
|
|
Total potential energy, sum of indicated potentials. |
|
|
Potential energy from van der Waals. |
1.4.4