We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8666c commit 7108b8dCopy full SHA for 7108b8d
source/module_base/global_variable.cpp
@@ -120,8 +120,9 @@ std::string global_wannier_card;
120
std::string global_pseudo_dir = "";
121
std::string global_orbital_dir = ""; // liuyu add 2021-08-14
122
123
+// tqzhao modify it to the same value as in Input::Default() 2022-04-19
124
std::string global_pseudo_type
- = "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)
126
std::string global_epm_pseudo_card;
127
std::string global_out_dir;
128
std::string global_readin_dir; // zhengdy modified
0 commit comments