Skip to content

Commit 5a375f3

Browse files
committed
change Chinese note to English
1 parent a8891ec commit 5a375f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_io/to_wannier90_pw.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ void toWannier90_PW::unkdotkb(
493493

494494
void toWannier90_PW::gen_radial_function_in_q(std::vector<ModuleBase::matrix> &radial_in_q)
495495
{
496-
// 径向函数傅里叶变换到q空间中
496+
// The radial function is Fourier transformed into the q-space.
497497
radial_in_q.resize(num_wannier);
498498

499499
double *r = new double[mesh_r];
@@ -600,7 +600,7 @@ void toWannier90_PW::produce_trial_in_pw(
600600

601601
ModuleBase::YlmReal::Ylm_Real(total_lm, npw, gk, ylm);
602602

603-
// 保持与Wannier90球谐函数定义一致
603+
// Keep it consistent with the definition of spherical harmonic functions in Wannier90
604604
std::vector<int> need_inv = {2, 3, 5, 6, 14, 15};
605605
for (auto index : need_inv)
606606
{

0 commit comments

Comments
 (0)