Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save momentum in Langevin simulations #4

Closed
axsk opened this issue Jun 30, 2023 · 2 comments
Closed

Save momentum in Langevin simulations #4

axsk opened this issue Jun 30, 2023 · 2 comments

Comments

@axsk
Copy link
Owner

axsk commented Jun 30, 2023

Currently we re-seed momentum on each (short) tractory, which leads to unphysical results.

This requires to decouple NN input/data from the underlying simulation data, as the former doesn't require the momentum.

Look at the work done in IsoMu.jl

@axsk
Copy link
Owner Author

axsk commented Nov 28, 2023

Actually sampling from Boltzmann is not really wrong, so maybe there is no need for this after all?

@axsk
Copy link
Owner Author

axsk commented Feb 8, 2024

The current opinion on this is: Resampling from Boltzmann anew everytime is statisically correct and results in faster mixing

@axsk axsk closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant