Skip to content

Commit 66566e7

Browse files
committed
minor changes
1 parent 8bb34c5 commit 66566e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/core-test/quantum_objects_evo.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
@test isconstant(L_td) == false
206206
@test issuper(L_td) == true
207207

208+
@test_logs (:warn,) (:warn,) liouvillian(H_td * H_td) # warnings from lazy tensor
208209
@test_throws MethodError QobjEvo([[a, coef1], a' * a, [a', coef2]])
209210
@test_throws ArgumentError H_td(ρvec, p, t)
210211
@test_throws ArgumentError cache_operator(H_td, ρvec)

0 commit comments

Comments
 (0)