Skip to content

Commit

Permalink
Update md_base.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjhjunhao committed May 28, 2024
1 parent aa0433e commit 8fc018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_md/md_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MD_base::MD_base(MD_para& MD_para_in, UnitCell& unit_in)
assert(ModuleBase::AU_to_FS!=0.0);
assert(ModuleBase::Hartree_to_K!=0.0);

/// convert to a.u. unit
/// convert time and temperatrue to a.u. unit
mdp.md_dt /= ModuleBase::AU_to_FS;
mdp.md_tfirst /= ModuleBase::Hartree_to_K;
mdp.md_tlast /= ModuleBase::Hartree_to_K;
Expand Down

0 comments on commit 8fc018c

Please sign in to comment.