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 2ee9138 commit 64ec086Copy full SHA for 64ec086
test/core-test/quantum_objects_evo.jl
@@ -213,9 +213,8 @@
213
@test_throws ArgumentError cache_operator(L_td, ψ)
214
215
@testset "Type Inference" begin
216
- H_td2 = H_td + QobjEvo(a + a', coef3)
217
-
218
# we use destroy and create here because they somehow causes type instability before
+ H_td2 = H_td + QobjEvo(destroy(N) + create(N), coef3)
219
c_ops1 = (destroy(N), create(N))
220
c_ops2 = (destroy(N), QobjEvo(create(N), coef1))
221
0 commit comments