Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Jun 21, 2023
1 parent 92bab83 commit 4382a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quantum_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function annihilate(levels::Int)
end

function create(levels::Int)
return (annihilate(levels))'
return (annihilate(levels))' |> collect
end

function number(levels::Int)
Expand Down

0 comments on commit 4382a0a

Please sign in to comment.