Skip to content

Commit efde24e

Browse files
committed
Formatter
1 parent a3bc866 commit efde24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/operators.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ module TestOperators
166166
FiniteMPOHamiltonian(lattice, 3 => O₁)
167167
@test 0.8 * H1 + 0.2 * H1 H1 atol = 1.0e-6
168168
@test convert(TensorMap, H1 + H2) convert(TensorMap, H1) + convert(TensorMap, H2) atol = 1.0e-6
169-
H1_trunc = changebonds(H1, SvdCut(; trscheme=truncdim(0)))
169+
H1_trunc = changebonds(H1, SvdCut(; trscheme = truncdim(0)))
170170
@test H1_trunc H1
171171
@test all(left_virtualspace(H1_trunc) .== left_virtualspace(H1))
172172

@@ -196,7 +196,7 @@ module TestOperators
196196
@test H4
197197
FiniteMPOHamiltonian(grid, local_operators) +
198198
FiniteMPOHamiltonian(grid, vertical_operators) +
199-
FiniteMPOHamiltonian(grid, horizontal_operators) atol=1e-4
199+
FiniteMPOHamiltonian(grid, horizontal_operators) atol = 1.0e-4
200200

201201
H5 = changebonds(H4 / 3 + 2H4 / 3, SvdCut(; trscheme = truncbelow(1.0e-12)))
202202
psi = FiniteMPS(physicalspace(H5), V oneunit(V))

0 commit comments

Comments
 (0)