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 e5047fc commit 3f7442fCopy full SHA for 3f7442f
test/solvers/test_tree_dmrg.jl
@@ -9,7 +9,7 @@ include("utilities/simple_ed_methods.jl")
9
include("utilities/tree_graphs.jl")
10
11
@testset "Tree DMRG" begin
12
- outputlevel = 1
+ outputlevel = 0
13
14
g = build_tree(; nbranch=3, nbranch_sites=3)
15
test/solvers/test_tree_tdvp.jl
@@ -21,7 +21,7 @@ function chain_plus_ancilla(; nchain)
21
end
22
23
@testset "Tree TDVP on chain plus ancilla" begin
24
25
26
N = 10
27
g = chain_plus_ancilla(; nchain=N)
0 commit comments