We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd731a commit 67500c7Copy full SHA for 67500c7
1 file changed
examples/3d_ising_partition_function/main.jl
@@ -178,7 +178,7 @@ this function. This can be done using the [`PEPSKit.hook_pullback`](@ref) functi
178
PEPSKit.jl, which allows to hook into the pullback of a given function by specifying a
179
specific algorithm for the pullback computation. Here, we opted to use an Arnoldi method to
180
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
+point. This is exactly the workflow that internally underlies [`PEPSKit.fixedpoint`](@ref), and
182
more info on particular gradient algorithms can be found in the corresponding docstring.
183
184
### Characterizing the optimization manifold
0 commit comments