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
Hi, I think it is sensible to implement NVT nose hoover (NH) thermostat this way, according to the documentation: .
NVT NH thermostat is not implemented standalone but coupled with NPT, and uses pfactor being None disable the barostat and turns it into an NVT with NH thermostat.
Contact Details
No response
Bug Description
here when ensemble selected as NVT_NOSE_HOOVER it calls NPT.
elif self.ensemble == "NVT_NOSE_HOOVER":
self.dyn = NPT(
self.atoms,
timestep=self.timestep * units.fs,
temperature_K=self._temperature,
ttime=self.taut,
pfactor=None,
trajectory=self._trajectory,
logfile=self.logfile,
loginterval=self.loginterval,
append_trajectory=self.append_trajectory,
)
MatterSim Version
v1.0
Python Version
3.9
Reproduction Steps
Try running MD simulation with ensemble "nvt_nose_hoover"
Expected Behavior
call nvt routine
Actual Behavior
calls npt routine and it raises error
Error Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: