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

Implementation of Girsanov reweighting in openmmtools integrator module #729

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

anyschaefer
Copy link

Description

We extended the existing Langevin integrator class, such that the reweighting factors are calculated on-the-fly and, at regular intervals, are written to a reweighting factor trajectory file.

Status

  • Ready to go

Reference

Joana-Lysiane Schäfer, Bettina G. Keller, Implementation of Girsanov reweighting in OpenMM and Deeptime

Adding the LangevinSplitting Girsanov integrator to determine the Girsanov reweighting factors g and M.
add reference to publication on implementation
@anyschaefer
Copy link
Author

Langevin integrator with Girsanov reweighting

@sukritsingh
Copy link

Awesome! Would this arxiv paper be the the relevant reference for this reweighting procedure? https://arxiv.org/abs/2303.14696

@ijpulidos
Copy link
Contributor

This is a great contribution. Thanks a lot for your interest in using our tools and extend them with new features.

@anyschaefer would you be able to provide a few minimal scripts or examples that we could use to write tests for this new integrator? We would very much appreciate your input on what actually should be tested, or how are you validating it at your lab.

@sukritsingh thanks for the references, that should also help when validating/testing this new feature.

Thanks again, this is looking great!

@anyschaefer
Copy link
Author

@sukritsingh Exactly, this is the theoretical basis for the underdampt Langevin integrator schemes with Girsanov reweighting. The reference for the implementation in openmmtools is currently under review and will soon be publicly available. I will then link it here immediately.

@ijpulidos We have tested the new modules on analytical and various molecular models, such as the I-Ca-I dissociation process in water. The corresponding discussion and a detailed description of the implementation will soon be available with "Implementation of Girsanov reweighting in OpenMM and Deeptime".

With the repository reweightingtools we provide all input files as well as the setup for corresponding simulations and their evaluation.

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

Successfully merging this pull request may close these issues.

None yet

3 participants