Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Aug 5, 2024
1 parent 47b8161 commit e383912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_qo_qc_interop.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testitem "QunatumOptics QuantumClifford Interop" begin
@testitem "QuantumOptics QuantumClifford Interop" begin
using QuantumClifford: @S_str, random_stabilizer
using QuantumOpticsBase
using LinearAlgebra
Expand Down Expand Up @@ -27,4 +27,4 @@
dotstab = abs(dot(lstab,rstab))
@test (dotket<=1e-10 && dotstab==0) || dotketdotstab
end
end
end

0 comments on commit e383912

Please sign in to comment.