Skip to content

Commit

Permalink
Remove @test_broken related to lack of QN implementation for TTN cons…
Browse files Browse the repository at this point in the history
…tructor.
  • Loading branch information
b-kloss committed Jan 11, 2024
1 parent 149372f commit 66d9103
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_treetensornetworks/test_solvers/test_dmrg_x.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ end
# Random fields h ∈ [-W, W]
h = W * (2 * rand(nv(c)) .- 1)

if conserve_qns
# QN conservation for non-path graphs is currently broken
@test_broken TTN(ITensorNetworks.heisenberg(c; h), s)
continue
end

H = TTN(ITensorNetworks.heisenberg(c; h), s)

# TODO: Use `TTN(s; states=v -> rand(["↑", "↓"]))` or
Expand Down

0 comments on commit 66d9103

Please sign in to comment.