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 845cd54 commit 5ba1e52Copy full SHA for 5ba1e52
test/operators.jl
@@ -38,7 +38,7 @@ vspaces = (ℙ^10, Rep[U₁]((0 => 20)), Rep[SU₂](1 // 2 => 10, 3 // 2 => 5, 5
38
α = rand(T)
39
@test convert(TensorMap, α * mpo₁) ≈ α * O₁
40
@test convert(TensorMap, mpo₁ * α) ≈ O₁ * α
41
- @test α * mpo₃ ≈ α * complex(mpo₃)
+ @test α * mpo₃ ≈ α * complex(mpo₃) atol=1e-6
42
43
# test addition and multiplication
44
@test convert(TensorMap, mpo₁ + mpo₂) ≈ O₁ + O₂
0 commit comments