Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Feb 23, 2024
1 parent 9aacf70 commit 5b4cd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantumOpticsBase"
uuid = "4f57444f-1401-5e15-980d-4471b28d5678"
version = "0.4.20"
version = "0.4.21"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
2 changes: 1 addition & 1 deletion src/states_lazyket.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mutable struct LazyKet{B,T} <: AbstractKet{B,T}
N = length(b.bases)
for n=1:N
@assert isa(kets[n], Ket)
@assert kets[n].basis == b.bases[n] #
@assert kets[n].basis == b.bases[n]
end
new{B,T}(b, kets)
end
Expand Down

0 comments on commit 5b4cd67

Please sign in to comment.