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
NaNs can be encountered in the nonequilibrium protocols either in the 0 -> M trajectory or in the M -> 2M trajectory, leading to runtime errors. Will want to catch Exception: Particle coordinate is nan.
Also, instead of terminating early when NaNs are encountered, @jchodera suggested to count the number of NaNs encountered for each scheme.
The text was updated successfully, but these errors were encountered:
NaNs can be encountered in the nonequilibrium protocols either in the
0 -> M
trajectory or in theM -> 2M
trajectory, leading to runtime errors. Will want to catchException: Particle coordinate is nan
.Also, instead of terminating early when NaNs are encountered, @jchodera suggested to count the number of NaNs encountered for each scheme.
The text was updated successfully, but these errors were encountered: