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
When I use autotest to do relaxation, I meet the error of dpdata.system.DataError: Shape of energies is (8,), but expected (10,).
I check the reason of this error, I found the dump step sets to 100, which is the same with thermo step setting. However, when we do the relaxation (three times relaxation by the command fix box/relax..), if the second relaxation starts with step 545 and end with 780, the thermo function will output the information like this,
step 545 ....
step 600 ....
step 700 ....
step 780 ....
but, the dump won't follow the same output rule, the dump function will record the structure information like this,
ITEM: TIMESTEP
545
ITEM: TIMESTEP
645
ITEM: TIMESTEP
745
ITEM: TIMESTEP
780
Therefore, this will acount to the number of frames is inconsistent with the number of energy, because the code can't find the energy of step 645 and 745.
Can you help me to check this? I think it is a bug. Thanks. the following figs is the bug happened to me.
The text was updated successfully, but these errors were encountered:
When I use autotest to do relaxation, I meet the error of dpdata.system.DataError: Shape of energies is (8,), but expected (10,).
I check the reason of this error, I found the dump step sets to 100, which is the same with thermo step setting. However, when we do the relaxation (three times relaxation by the command fix box/relax..), if the second relaxation starts with step 545 and end with 780, the thermo function will output the information like this,
step 545 ....
step 600 ....
step 700 ....
step 780 ....
but, the dump won't follow the same output rule, the dump function will record the structure information like this,
ITEM: TIMESTEP
545
ITEM: TIMESTEP
645
ITEM: TIMESTEP
745
ITEM: TIMESTEP
780
Therefore, this will acount to the number of frames is inconsistent with the number of energy, because the code can't find the energy of step 645 and 745.
Can you help me to check this? I think it is a bug. Thanks. the following figs is the bug happened to me.
The text was updated successfully, but these errors were encountered: