From 8fc018cf617b787a95b16a1be41b05159f71b57c Mon Sep 17 00:00:00 2001 From: Zjhjunhao <165575000+Zjhjunhao@users.noreply.github.com> Date: Tue, 28 May 2024 23:49:07 +0800 Subject: [PATCH] Update md_base.cpp --- source/module_md/md_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/module_md/md_base.cpp b/source/module_md/md_base.cpp index 665dfec20f..6d3363811a 100644 --- a/source/module_md/md_base.cpp +++ b/source/module_md/md_base.cpp @@ -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;