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 b676b14 commit 141b778Copy full SHA for 141b778
test/core-test/brme.jl
@@ -24,7 +24,7 @@ end;
24
A_op = a+a'
25
spectra(x) = x>0
26
27
- # this test applys for limited cutoff
+ # this test applies for limited cutoff
28
lindblad = lindblad_dissipator(a)
29
computation = brterm(H, A_op, spectra, sec_cutoff = 1.5, fock_basis = true)
30
@test isapprox(lindblad, computation, atol = 1e-15)
0 commit comments