ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/Snapshot.hpp
(Generate patch)

Comparing trunk/src/brains/Snapshot.hpp (file contents):
Revision 1924 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1925 by gezelter, Wed Aug 7 15:24:16 2013 UTC

# Line 72 | Line 72 | namespace OpenMD{
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 */
# Line 182 | Line 183 | namespace OpenMD{
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    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines