Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Jul 12, 2024
1 parent 8520bc3 commit d5506fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ opt_alg = PEPSOptimize(;

# ground state search
state = InfinitePEPS(2, D)
<<<<<<< HEAD
ctm = leading_boundary(CTMRGEnv(state, ComplexSpace(chi)), state, ctm_alg)
result = fixedpoint(state, Heisenberg_hamiltonian, opt_alg, ctm)
=======
ctm = leading_boundary(CTMRGEnv(state; Venv=ComplexSpace(chi)), state, ctm_alg)
result = fixedpoint(state, H, opt_alg, ctm)
>>>>>>> master

@show result.E # -0.6625...
```

0 comments on commit d5506fd

Please sign in to comment.