Skip to content

Commit

Permalink
rm default repr from QuantumSymbolics
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Dec 22, 2024
1 parent 484b15e commit ac7e205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QSymbolicsBase/express.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ function consistent_representation(reprs,state)
end
first(reprs)
end
express(state::Symbolic) = express(state, QuantumOpticsRepr()) # The default representation
express_nolookup(state, ::QuantumMCRepr) = express_nolookup(state, QuantumOpticsRepr())

function express_nolookup(s, repr::AbstractRepresentation)
Expand Down

0 comments on commit ac7e205

Please sign in to comment.