Skip to content

Commit 1072f38

Browse files
committed
fixed docs for gskip default
1 parent 77b364e commit 1072f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ format as the existing proteins.
5252

5353
Optional parameters ``--gskip`` and ``--burnin`` can be used to control the
5454
Gibbs sampler processing. The ``--gskip`` parameter specifies the skip interval
55-
for decorrelated samples (default: 1000), while ``--burnin`` sets the number
55+
for decorrelated samples (default: 100), while ``--burnin`` sets the number
5656
of initial samples to discard during equilibration (default: 10000). The
5757
default values are taken from the `research paper <https://doi.org/10.1021/acs.jctc.4c01522>`_. ::
5858

5959
python -m basicrta.cluster --niter 110000 --nproc 3 --cutoff 7.0 --prot b2ar \
60-
--gskip 1000 --burnin 10000
60+
--gskip 100 --burnin 10000
6161

6262
``basicrta.cluster`` will process the Gibbs samplers, compute :math:`\tau` for
6363
each residue, plot :math:`\tau` vs resid, and write the data to ``tausout.npy``

0 commit comments

Comments
 (0)