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 ec41cde commit 9a19798Copy full SHA for 9a19798
CHANGELOG.md
@@ -148,3 +148,4 @@ Release date: 2024-11-13
148
[#408]: https://github.com/qutip/QuantumToolbox.jl/issues/408
149
[#410]: https://github.com/qutip/QuantumToolbox.jl/issues/410
150
[#411]: https://github.com/qutip/QuantumToolbox.jl/issues/411
151
+[#413]: https://github.com/qutip/QuantumToolbox.jl/issues/413
test/core-test/quantum_objects.jl
@@ -128,7 +128,7 @@
128
ρ_ket = operator_to_vector(ρ)
129
ρ_bra = ρ_ket'
130
@test ρ_bra == Qobj(operator_to_vector(ρ.data)', type = OperatorBra)
131
- @test ρ == vector_to_opeartor(ρ_ket)
+ @test ρ == vector_to_operator(ρ_ket)
132
@test isket(ρ_ket) == false
133
@test isbra(ρ_ket) == false
134
@test isoper(ρ_ket) == false
0 commit comments