You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/theory_implementation.rst
+46-37Lines changed: 46 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,8 @@ other during the simulation ensemble. Below we decribe the details of these para
163
163
164
164
* :code:`nst_sim`: The number of simulation steps, i.e. exchange frequency. This option assumes replicas with homogeneous simulation lengths. If this option is not specified, the number of steps defined in the template MDP file will be used.
165
165
* :code:`mc_scheme`: The method for swapping simulations. Choices include :code:`same-state`/:code:`same_state`, :code:`metropolis`, and :code:`metropolis-eq`/:code:`metropolis_eq`. For more details, please refer to :ref:`doc_mc_schemes`. (Default: :code:`metropolis`)
166
-
* :code:`w_scheme`: The method for combining weights. Choices include :code:`None` (unspecified), :code:`exp-avg`/:code:`exp_avg`, and :code:`hist-exp-avg`/:code:`hist_exp_avg`. For more details, please refer to :ref:`doc_w_schemes`. (Default: :code:`hist-exp-avg`)
167
-
* :code:`N_cutoff`: The histogram cutoff. Only required if :code:`hist-exp-avg` is used. (Default: 0)
166
+
* :code:`w_scheme`: The method for combining weights. Choices include :code:`None` (unspecified), :code:`mean`, and :code:`geo-mean`/:code:`geo_mean`. For more details, please refer to :ref:`doc_w_schemes`. (Default: :code:`None`)
167
+
* :code:`N_cutoff`: The histogram cutoff. -1 means that no histogram correction will be performed. (Default: 1000)
168
168
* :code:`n_ex`: The number of swaps to be proposed in one attempt. This works basically the same as :code:`-nex` flag in GROMACS. A recommended value is :math:`N^3`, where :math:`N` is the number of replicas. If `n_ex` is unspecified or specified as 0, neighboring swapping will be carried out. For more details, please refer to :ref:`doc_swap_basics`. (Default: 0)
169
169
* :code:`outfile`: The output file for logging how replicas interact with each other.
170
170
* :code:`verbose`: Whether a verbse log is wanted.
@@ -519,14 +519,14 @@ for each replica. Note that the sum of the probabilities of each row (replica) s
519
519
520
520
::
521
521
522
-
State 0 1 2 3 4 5
523
-
Rep 1 0.8580.1050.0160.021X X
524
-
Rep 2 X 0.6420.1170.1930.048 X
525
-
Rep 3 X X 0.3280.4890.133 0.049
522
+
State 0 1 2 3 4 5
523
+
Rep 1 0.85800 0.10507 0.01571 0.02121 X X
524
+
Rep 2 X 0.64179 0.11724 0.19330 0.04767 X
525
+
Rep 3 X X 0.32809 0.48945 0.133390.04907
526
526
527
527
528
-
Step 2: Calculate the probability ratios between each pair of replicas
0 commit comments