Skip to content

Commit 9a19798

Browse files
committed
fix typos
1 parent ec41cde commit 9a19798

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@ Release date: 2024-11-13
148148
[#408]: https://github.com/qutip/QuantumToolbox.jl/issues/408
149149
[#410]: https://github.com/qutip/QuantumToolbox.jl/issues/410
150150
[#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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
ρ_ket = operator_to_vector(ρ)
129129
ρ_bra = ρ_ket'
130130
@test ρ_bra == Qobj(operator_to_vector.data)', type = OperatorBra)
131-
@test ρ == vector_to_opeartor(ρ_ket)
131+
@test ρ == vector_to_operator(ρ_ket)
132132
@test isket(ρ_ket) == false
133133
@test isbra(ρ_ket) == false
134134
@test isoper(ρ_ket) == false

0 commit comments

Comments
 (0)