Skip to content

Commit

Permalink
Update md_base.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjhjunhao authored May 28, 2024
1 parent ed9ddde commit 685e343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/module_md/md_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @brief base class of md
*
* This class implements the velocity-Verlet method.
* The system is assumed to be isolated in the sense that it cannot exchange energy or particles with its environment,
* The corresponding system(nve) is assumed to be isolated in the sense that it cannot exchange energy or particles with its environment,
* so that the energy of the system does not change with time.
*/
class MD_base
Expand Down Expand Up @@ -88,4 +88,4 @@ class MD_base
double energy_; ///< total energy of the system
};

#endif // MD_BASE_H
#endif // MD_BASE_H

0 comments on commit 685e343

Please sign in to comment.