Skip to content

Commit

Permalink
Add Base prefix and bump jet count to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Jan 16, 2025
1 parent 5d78e5f commit 7ce478a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/express.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ express(s, repr::AbstractRepresentation) = express(s, repr, UseAsState())
##

"""Representation using kets, bras, density matrices, and superoperators governed by `QuantumOptics.jl`."""
@kwdef struct QuantumOpticsRepr <: AbstractRepresentation
Base.@kwdef struct QuantumOpticsRepr <: AbstractRepresentation
cutoff::Int = 2
end
"""Similar to `QuantumOpticsRepr`, but using trajectories instead of superoperators."""
Expand Down
2 changes: 1 addition & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ end
)
)
@show rep
@test length(JET.get_reports(rep)) <= 2
@test length(JET.get_reports(rep)) <= 3
@test_broken length(JET.get_reports(rep)) == 0
end

0 comments on commit 7ce478a

Please sign in to comment.