Multistate sampling tutorials - #55
Open
peastman wants to merge 2 commits into
Open
Conversation
epretti
reviewed
Aug 5, 2026
| "\n", | ||
| "Our focus in this tutorial has been on how to use `ExpandedEnsembleSampler`, not on how to analyze an umbrella sampling simulation. If you want to learn more about that, there is another tutorial that goes into much more detail about it.\n", | ||
| "\n", | ||
| "# Links\n", |
Member
There was a problem hiding this comment.
This should be made a ## for a 2nd level heading, otherwise it shows up as an extra entry in the tutorials page
| "source": [ | ||
| "import numpy as np\n", | ||
| "\n", | ||
| "states = [{'temperature':t*kelvin} for t in np.geomspace(300.0, 450.0, 20)]" |
Member
There was a problem hiding this comment.
Would a comment about why geometric spacing is typically used for a temperature schedule be beneficial to people who might be less familiar with replica exchange?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a first draft of the new tutorials on multistate sampling.
The links to the API documentation point to the development version, since these are new classes. Once the 8.6 documentation is online, we should update the links to change
developmenttolatest.