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
If the Nose-Hoover dynamics is chosen in ASE (ase.md.npt.NPT), there is an error with the calculated bias forces:
File "/pysages/backends/ase.py", line 105, in wrapped_step
simulation._step(forces=forces)
TypeError: step() got an unexpected keyword argument 'forces'
The text was updated successfully, but these errors were encountered:
If the Nose-Hoover dynamics is chosen in ASE (ase.md.npt.NPT), there is an error with the calculated bias forces:
File "/pysages/backends/ase.py", line 105, in wrapped_step
simulation._step(forces=forces)
TypeError: step() got an unexpected keyword argument 'forces'
The text was updated successfully, but these errors were encountered: