You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear developers,
There is a problem when I want to run the SCDM code, if you can give me a detailed tutorial? Such as, After the end of pw2wannier90.x, which m files should I use matlab to run, and the meaning of the parameters in the input file.
When I use the command ' matlab -nodesktop -nosplash -r redUNK', I got a problem 'Not enough input arguments. Error in readUNK (line 3) fname = sprintf('UNK%05d.1',k);' . When I changed the command to ‘matlab -nodesktop -nosplash -r redUNK(1)’, I got a new error ‘Error using fscanf
Invalid size.
Error in readUNK (line 10)
Unk = fscanf(fid,'%g',2nxnynznband);
’.
If you can help me to solve the problem?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Dear developers,
There is a problem when I want to run the SCDM code, if you can give me a detailed tutorial? Such as, After the end of pw2wannier90.x, which m files should I use matlab to run, and the meaning of the parameters in the input file.
When I use the command ' matlab -nodesktop -nosplash -r redUNK', I got a problem 'Not enough input arguments. Error in readUNK (line 3) fname = sprintf('UNK%05d.1',k);' . When I changed the command to ‘matlab -nodesktop -nosplash -r redUNK(1)’, I got a new error ‘Error using fscanf
Invalid size.
Error in readUNK (line 10)
Unk = fscanf(fid,'%g',2nxnynznband);
’.
If you can help me to solve the problem?
Thank you for your help.
The text was updated successfully, but these errors were encountered: