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 4a239e0 commit 0a9da9cCopy full SHA for 0a9da9c
source/module_cell/read_pp_upf201.cpp
@@ -197,7 +197,9 @@ int Pseudopot_upf::read_pseudo_upf201(std::ifstream &ifs)
197
for(int ip = 0 ; ip < nparameter; ++ip)
198
{
199
if(name[ip]=="type"){}
200
- else if(name[ip]=="size"){}
+ else if(name[ip]=="size"){
201
+ kkbeta[ib] = atoi (val[ip].c_str());
202
+ }
203
else if(name[ip]=="columns"){}
204
else if(name[ip]=="index"){}
205
else if(name[ip]=="label"){}
0 commit comments