kpleo Thank you very much for your help!
(1) Regarding the pseudopotential files, thanks for the guidance, I found them now, problem solved, thank you!
(2) Regarding nanodcalplus_scf
, thanks for the hint, I now added the following to my bashrc file: export PATH=/lustre06/project/6004855/syuan43/RESCU/rescuplus-1.0.0/bin:$PATH
I then followed the tutorial script again and got the "CalledProcessError" now:
resolution (ang) | total energy/atom (ev) | delta energy (ev)
Traceback (most recent call last):
File "test3.py", line 11, in <module>
calc.solve()
File "/home/syuan43/.local/lib/python3.8/site-packages/rescupy/checkconv.py", line 143, in solve
self._solve_res()
File "/home/syuan43/.local/lib/python3.8/site-packages/rescupy/checkconv.py", line 216, in _solve_res
ecalc.solve(output=output)
File "/home/syuan43/.local/lib/python3.8/site-packages/rescupy/totalenergy.py", line 267, in solve
output = solve_generic(self, "scf", input, output)
File "/home/syuan43/.local/lib/python3.8/site-packages/rescupy/io/calculators.py", line 67, in solve_generic
ret.check_returncode()
File "/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/python/3.8.10/lib/python3.8/subprocess.py", line 448, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/lustre06/project/6004855/syuan43/RESCU/rescuplus-1.0.0/bin/rescuplus_scf', '-i', 'nano_scf_in.json']' returned non-zero exit status 127.
Thanks a lot!