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: doc/algorithm_implementation/ctseg.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Double expansion
8
8
9
9
The segment-picture continuous-time quantum Monte Carlo algorithm
10
10
(CTSEG), in its double expansion version, is based on an expansion of the partition function in powers of the
11
-
hybridization function :math:`\Delta(\tau)` and perprendicular spin-spin interaction
11
+
hybridization function :math:`\Delta(\tau)` and perpendicular spin-spin interaction
12
12
:math:`J_{\perp} (\tau)`. Details can be found in [#ctqmc1]_ [#ctqmc2]_. The partition function is :math:`Z = \int [Dc][D\overline{c}]e^{-\mathcal{S}[c,\overline{c}]}`,
13
13
with the action :math:`\mathcal{S}` given by
14
14
@@ -25,7 +25,7 @@ with the action :math:`\mathcal{S}` given by
25
25
Here :math:`\beta` is the inverse temperature, :math:`a` denote orbital indices, :math:`\sigma` spin indices (:math:`\sigma = \uparrow, \downarrow`),
Copy file name to clipboardExpand all lines: doc/guide/moves.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Insert spin segment
84
84
85
85
Randomly choose a color :math:`i` (spin up or spin down) and a segment :math:`[\tau, \tau']` within that color. The other color is denoted :math:`j`.
86
86
Choose two random (but ordered) times :math:`\tau_1` and :math:`\tau_1'` within that segment. Try replacing :math:`[\tau, \tau']` with :math:`[\tau, \tau_1]`
87
-
and :math:`[\tau_1, \tau']` in color :math:`i`, inserting :math:`[\tau_1, \tau_1']` in color :math:`j`, and inserting a :math:`J_{\perp}` line
87
+
and :math:`[\tau_1', \tau']` in color :math:`i`, inserting :math:`[\tau_1, \tau_1']` in color :math:`j`, and inserting a :math:`J_{\perp}` line
88
88
between :math:`\tau_1` and :math:`\tau_1'`.
89
89
90
90
This move is enabled if there is a non-zero :math:`J_{\perp}(\tau)`.
@@ -102,8 +102,8 @@ Remove spin segment
102
102
:width:80%
103
103
104
104
Randomly choose a :math:`J_{\perp}` line. If its two endpoints are connected by a segment :math:`[\tau_1, \tau_1']` in color :math:`i`, find the segments
105
-
:math:`[\tau, \tau_1]` and :math:`[\tau_1, \tau']` that it connects in color :math:`j`. Try removing the :math:`J_{\perp}` line and segment
106
-
:math:`[\tau_1, \tau_1']` in color :math:`i`, and replacing :math:`[\tau, \tau_1]` and :math:`[\tau_1, \tau']` in color :math:`j` with a single
105
+
:math:`[\tau, \tau_1]` and :math:`[\tau_1', \tau']` that it connects in color :math:`j`. Try removing the :math:`J_{\perp}` line and segment
106
+
:math:`[\tau_1, \tau_1']` in color :math:`i`, and replacing :math:`[\tau, \tau_1]` and :math:`[\tau_1', \tau']` in color :math:`j` with a single
107
107
segment :math:`[\tau, \tau']`.
108
108
109
109
This move is enabled if there is a non-zero :math:`J_{\perp}(\tau)`.
0 commit comments