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
Copy file name to clipboardExpand all lines: docs/user/reproducibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ sim_state.rng = 42 # required for reproducibility — torch.manual_seed() has n
50
50
51
51
### Deterministic vs stochastic integrators in TorchSim
52
52
53
-
-`ts.Integrator.nvt_langevin` and `ts.Integrator.npt_langevin` include stochastic
53
+
-`ts.Integrator.nvt_langevin` and `ts.Integrator.npt_langevin_anisotropic` include stochastic
54
54
terms by design. When seeded via `state.rng`, they produce identical trajectories.
55
55
The `rng` generator controls **both** the initial momenta sampling **and** all per-step stochastic noise (Langevin OU noise, V-Rescale draws, C-Rescale barostat noise, etc.). It is stored on the state and automatically advances on every step, so running the same seed twice produces identical trajectories.
56
56
-`ts.Integrator.nvt_nose_hoover` and `ts.Integrator.nve` are deterministic at the
0 commit comments