72 |
|
RealType potentialEnergy; /**< potential energy of this frame */ |
73 |
|
RealType shortRangePotential; /**< short-range contributions to the potential*/ |
74 |
|
RealType longRangePotential; /**< long-range contributions to the potential */ |
75 |
+ |
RealType reciprocalPotential; /**< reciprocal-space contributions to the potential */ |
76 |
|
RealType bondPotential; /**< bonded contribution to the potential */ |
77 |
|
RealType bendPotential; /**< angle-bending contribution to the potential */ |
78 |
|
RealType torsionPotential; /**< dihedral (torsion angle) contribution to the potential */ |
183 |
|
RealType getLongRangePotential(); |
184 |
|
potVec getLongRangePotentials(); |
185 |
|
|
186 |
+ |
void setReciprocalPotential(const RealType rp); |
187 |
+ |
RealType getReciprocalPotential(); |
188 |
+ |
|
189 |
|
void setExcludedPotentials(const potVec exPot); |
190 |
|
potVec getExcludedPotentials(); |
191 |
|
|