Replies: 2 comments 6 replies
-
FYI @robinzyb |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like dpdata didn't find energies from the output. Could you share the 02.fp folder as a zip file in github or google drive so that I can figure out what really happens. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the error message:
INFO:dpgen:start running
INFO:dpgen:=============================iter.000000==============================
INFO:dpgen:-------------------------iter.000000 task 00--------------------------
INFO:dpgen:-------------------------iter.000000 task 01--------------------------
INFO:dpgen:-------------------------iter.000000 task 02--------------------------
INFO:dpgen:-------------------------iter.000000 task 03--------------------------
INFO:dpgen:-------------------------iter.000000 task 04--------------------------
INFO:dpgen:-------------------------iter.000000 task 05--------------------------
INFO:dpgen:-------------------------iter.000000 task 06--------------------------
INFO:dpgen:system 000 candidate : 9 in 1001 0.90 %
INFO:dpgen:system 000 failed : 963 in 1001 96.20 %
INFO:dpgen:system 000 accurate : 29 in 1001 2.90 %
INFO:dpgen:system 000 accurate_ratio: 0.0290 thresholds: 1.0000 and 1.0000 eff. task min and max -1 200 number of fp tasks: 9
INFO:dpgen:-------------------------iter.000000 task 07--------------------------
INFO:dpgen:-------------------------iter.000000 task 08--------------------------
Traceback (most recent call last):
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/bin/dpgen", line 8, in
sys.exit(main())
^^^^^^
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpgen/main.py", line 255, in main
args.func(args)
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpgen/generator/run.py", line 5474, in gen_run
run_iter(args.PARAM, args.MACHINE)
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpgen/generator/run.py", line 4829, in run_iter
post_fp(ii, jdata)
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpgen/generator/run.py", line 4693, in post_fp
post_fp_cp2k(iter_index, jdata)
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpgen/generator/run.py", line 4524, in post_fp_cp2k
_sys = dpdata.LabeledSystem(
^^^^^^^^^^^^^^^^^^^^^
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpdata/system.py", line 197, in init
self.from_fmt(
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpdata/system.py", line 234, in from_fmt
return self.from_fmt_obj(load_format(fmt), file_name, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/dpdata/system.py", line 1224, in from_fmt_obj
data = fmtobj.from_labeled_system(file_name, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/home/u85153/apps/anaconda3/envs/deepmd2211/lib/python3.12/site-packages/cp2kdata/dpdata_plugin.py", line 64, in from_labeled_system
data['energies'] = cp2k_e_f.energies_list * AU_TO_EV
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
I have uploaded the output file of CP2K Single Point Energy Calculation task. Please help me to improve this problem, thank you very much.
output.txt
Beta Was this translation helpful? Give feedback.
All reactions