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
The potential energy is not continuous in the following cases:
In all versions, loc_frame model
In all versions, se_atten model with set_davg_zero=False (default=False in v2.1.5 and True in >=v2.2.0) and smooth_type_embdding=False (added in v2.2.4, default=False)
njzjz
changed the title
Critical bugs giving incorrect results with no error messages
List of critical bugs giving incorrect results with no error messages
Sep 26, 2023
njzjz
changed the title
List of critical bugs giving incorrect results with no error messages
List of critical bugs giving incorrect results without error messages
Sep 26, 2023
Incorrect results will be given in these versions and situations with no error messages:
neuron[0]
is 1; fixed by support compressing any neuron structure #2933se_e2_a
model generates incorrect results for symmetrical coordinates whensel
is just enough (this condition is rare as most structures during simulations are not symmetrical); fixed by fix se_a compression for just enough sel and symmetrical coordinates #2924se_atten_v2
(orse_atten
withsmooth_type_embdding=True
) model gives inconsistent energy and force; fixed by fix: make the se attn v2 descriptor energy conservative. #2905se_atten
model; reported by [BUG] Significant errors when compressed training se_atten_v2 model #2865, fixed by Se atten grad grad #2898se_e3
compressed model; reported by A large error induced by compression for se_e3 descriptor #2250, fixed by fix se_e3 tabulate op #2552pppm_dplr
results; fixed by Correct the forward communication at ik differentiation mode in pppm_dplr #1637compute deeptensor/atom
results; reported by [BUG] Incorrect dipole prediction with LAMMPS of new version #1381, fixed by explicitly set neighbor request to full in compute deeptensor/atom to fix bug #1381 #1382pair deepmd
results; reported by [BUG] In the release 2.0.0 version, the lammps result is abnormal #1109, fixed by explicitly set neighbor request to full to fix bug #1109 #1128The potential energy is not continuous in the following cases:
loc_frame
modelse_atten
model withset_davg_zero=False
(default=False in v2.1.5 and True in >=v2.2.0) andsmooth_type_embdding=False
(added in v2.2.4, default=False)se_atten
orse_atten_v2
model with non-zeroattn_layer
; reported by [BUG] Error while training DPLR #2842, fixed by fix: make the se attn v2 descriptor energy conservative. #2905The text was updated successfully, but these errors were encountered: