Skip to content

Commit

Permalink
Added sphinxcontrib-pseudocode to docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wehs7661 committed Apr 24, 2024
1 parent 9a9e4ff commit 8a535a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ seaborn
matplotlib
pyemma
pymbar==4.0.1

sphinxcontrib-pseudocode
8 changes: 5 additions & 3 deletions docs/theory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,14 @@ As detailed in Algorithm 1 below.
\end{algorithm}



3. Correction schemes
=====================
For weight-updating REXEE simulations, we experimented a few correction schemes that aim to improve the convergence of the alchemical weights.
These correction schemes include weight combination schemes (enabled by setting :code:`w_combine: True` in the input YAML file) and histogram correction schemes
(enabled by setting :code:`hist_corr: True` in the input YAML file). While there has not been evidence showing that these correction schemes could improve the
weight convergence in REXEE simulations (as discussed in our paper), we still provide these options for users to experiment with.
In the following sections, we elaborate on the details of these correction schemes.

3.1. Weight correction
----------------------



Expand Down

0 comments on commit 8a535a4

Please sign in to comment.