File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ respectively.
173
173
.. literalinclude:: ../code/hmc/hmc.py
174
174
:pyobject: simulate_dynamics.leapfrog
175
175
176
- The `simulate_dynamics ` function performs the full algorithm of Eqs.
176
+ The `simulate\_dynamics ` function performs the full algorithm of Eqs.
177
177
:eq:`leap-frog2`. We start with the initial half-step update of :math:`\phi`
178
178
and full-step of :math:`s`, and then scan over the `leapfrog` method
179
179
`n\_steps-1` times.
@@ -232,7 +232,7 @@ defined as follows.
232
232
:pyobject: kinetic_energy
233
233
234
234
`hmc\_move` finally returns the tuple `(accept, final\_pos)`. `accept` is a
235
- symbolic boolean variable indicating whether or not the new state `final_pos `
235
+ symbolic boolean variable indicating whether or not the new state `final\_pos `
236
236
should be used or not.
237
237
238
238
You can’t perform that action at this time.
0 commit comments