Changeset 4b2207 for src/Atom/atom_atominfo.cpp
- Timestamp:
- May 24, 2021, 7:30:29 PM (4 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 889067e
- Parents:
- 20fc6f
- File:
-
- 1 edited
-
src/Atom/atom_atominfo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Atom/atom_atominfo.cpp
r20fc6f r4b2207 467 467 double AtomInfo::getKineticEnergy(const unsigned int _step) const 468 468 { 469 return getMass() * getAtomicVelocityAtStep(_step).NormSquared();469 return .5 * getMass() * getAtomicVelocityAtStep(_step).NormSquared(); 470 470 } 471 471
Note:
See TracChangeset
for help on using the changeset viewer.
