Skip to content

Commit 141b778

Browse files
committed
fix typo
1 parent b676b14 commit 141b778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core-test/brme.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end;
2424
A_op = a+a'
2525
spectra(x) = x>0
2626

27-
# this test applys for limited cutoff
27+
# this test applies for limited cutoff
2828
lindblad = lindblad_dissipator(a)
2929
computation = brterm(H, A_op, spectra, sec_cutoff = 1.5, fock_basis = true)
3030
@test isapprox(lindblad, computation, atol = 1e-15)

0 commit comments

Comments
 (0)