Skip to content

Commit 7108b8d

Browse files
rootroot
authored andcommitted
modify default pseudo_type in global_variable
1 parent 3f8666c commit 7108b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_base/global_variable.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ std::string global_wannier_card;
120120
std::string global_pseudo_dir = "";
121121
std::string global_orbital_dir = ""; // liuyu add 2021-08-14
122122

123+
// tqzhao modify it to the same value as in Input::Default() 2022-04-19
123124
std::string global_pseudo_type
124-
= "upf"; // mohan add 2013-05-20, default is UPF, we can also use VWR (xiaohui add 2013-06-23)
125+
= "auto"; // mohan add 2013-05-20, default is UPF, we can also use VWR (xiaohui add 2013-06-23)
125126
std::string global_epm_pseudo_card;
126127
std::string global_out_dir;
127128
std::string global_readin_dir; // zhengdy modified

0 commit comments

Comments
 (0)