Skip to content

Commit 67500c7

Browse files
pbrehmerlkdvos
andauthored
Update examples/3d_ising_partition_function/main.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 0dd731a commit 67500c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/3d_ising_partition_function

examples/3d_ising_partition_function/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ this function. This can be done using the [`PEPSKit.hook_pullback`](@ref) functi
178178
PEPSKit.jl, which allows to hook into the pullback of a given function by specifying a
179179
specific algorithm for the pullback computation. Here, we opted to use an Arnoldi method to
180180
solve the linear problem defining the gradient of the network contraction at its fixed
181-
point. This is exactly the workflow underlying [`PEPSKit.fixedpoint`](@ref) internally, and
181+
point. This is exactly the workflow that internally underlies [`PEPSKit.fixedpoint`](@ref), and
182182
more info on particular gradient algorithms can be found in the corresponding docstring.
183183
184184
### Characterizing the optimization manifold

0 commit comments

Comments
 (0)