Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmierz committed Apr 4, 2024
1 parent 5adb2af commit 2d8af52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/search_chimera_full.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function bench(instance::String)
params = MpsParameters(bond_dim, 1E-8, 10, 1E-16)
search_params = SearchParameters(num_states, δp)

energies = Vector{Float64}[]
for Strategy (SVDTruncate, Zipper), Sparsity (Dense, Sparse)
for Gauge (NoUpdate, GaugeStrategy, GaugeStrategyWithBalancing)
for Layout (GaugesEnergy,), transform all_lattice_transformations
Expand Down

0 comments on commit 2d8af52

Please sign in to comment.