Skip to content

Commit

Permalink
Merge pull request #402 from jhprinz/weina
Browse files Browse the repository at this point in the history
[WIP] Weina
  • Loading branch information
dwhswenson committed Apr 8, 2016
2 parents 191fad8 + 8a31823 commit 7a29844
Show file tree
Hide file tree
Showing 12 changed files with 5,257 additions and 193 deletions.
24 changes: 21 additions & 3 deletions examples/ipython/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,30 @@ interfaces per outgoing transition.
A simple example noteboon on how to use OpenMM to run simulations on
Alanine dipeptide in explicit solvent.

- [`Weina Alanine Example.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/Weina%20Alanine%20Example.ipynb)
- [`alanine_dipeptide_old_example.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/alanine_dipeptide_old_example.ipynb)
Basic setup from the W. Du and P. Bolhuis Paper on SRTIS. Is supposed to
become the setup for an example in the publication.

#### Alanine Weina Du 6 state MSTIS setting

- [`alanine_dipeptide_mstis_bootstrapping.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/alanine_dipeptide_mstis_bootstrapping.ipynb)
[Part 1] Basic setup from the W. Du and P. Bolhuis (2011) Paper on SRTIS using 6 predefined states and their interfaces. This part will only construct initial trajectories that will be use later.[^1]

[^1]: W.-N. Du, K. A. Marino, and P. G. Bolhuis, “Multiple state transition interface sampling of alanine dipeptide in explicit solvent,” J. Chem. Phys., vol. 135, no. 14, p. 145102, 2011.

- [`alanine_dipeptide_mstis_prepare.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/alanine_dipeptide_mstis_bootstrapping.ipynb)
[Part 2] This will use the previously generated paths and state definitions from a file and construct all necessary parts for the 6 state MSTIS including the generation of initial minus paths for all states and equilibration. All results are stored in a file.

- [`alanine_dipeptide_mstis_run.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/alanine_dipeptide_mstis_run.ipynb)
[Part 3] This will read the MSTIS setup from before and run a fixed steps and store the results.

- [`alanine_dipeptide_mstis_restart.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/alanine_dipeptide_mstis_restart.ipynb)
[Part 4] This open the current production file and will run and append more steps.

- [`alanine_dipeptide_mstis_analysis.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/alanine_dipeptide_mstis_analysis.ipynb)
[Part 5] Analysis of the results in the production file. Almost entirely a copy of the analysis of the toy MSTIS analysis notebook.


## Tutorials

- [`move_strategies_and_schemes.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/move_strategies_and_schemes.ipynb)
Expand Down Expand Up @@ -145,5 +165,3 @@ correctness of the results.

- [`toy_analysis.ipynb`](http://github.com/choderalab/openpathsampling/blob/master/examples/ipython/toy_analysis.ipynb)
[Part 3] of the large ToyDynamics example. Has been replaced by the mstis examples.


2,741 changes: 2,741 additions & 0 deletions examples/ipython/alanine_dipeptide_mstis_analysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 7a29844

Please sign in to comment.