dpgen init_bulk error: find no valid outcar in sys sys-0016, check if your vasp md simulation is correctly done #1425
Unanswered
sunlight905
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The file you uploaded doesn't contain an outcar file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I do aluminum test using dpgen init_bulk.
but after running dpgen init_bulk, there are some errors.
Traceback (most recent call last):
File "/home/sunlight/anaconda3/envs/dpgen0.12.0/bin/dpgen", line 10, in
sys.exit(main())
^^^^^^
File "/home/sunlight/.local/lib/python3.11/site-packages/dpgen/main.py", line 233, in main
args.func(args)
File "/home/sunlight/.local/lib/python3.11/site-packages/dpgen/data/gen.py", line 1596, in gen_init_bulk
coll_vasp_md(jdata)
File "/home/sunlight/.local/lib/python3.11/site-packages/dpgen/data/gen.py", line 1097, in coll_vasp_md
raise RuntimeError(
RuntimeError: MD dir: /home/sunlight/work2/dpgen/jisuan/al/init/bcc/albcc.01x01x01/02.md: find no valid outcar in sys sys-0016, check if your vasp md simulation is correctly done.
The vasp outcar is finished, but can not obtain the potential.
The main problem is in all the 000000 folder, the calcualtion in the 000000 folder can not used for obtained the potential, and show the error "02.md: find no valid outcar in sys sys-0016, check if your vasp md simulation is correctly done."
and the outcar of the other folder such as 000001,000002 can be correctly used for the potential.
dpgen.alinit.zip
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions