Move express
and representation types to QuantumInterface
#92
Labels
enhancement
New feature or request
express
and representation types to QuantumInterface
#92
Right now, I'm working on translating phase space representations of Gaussian quantum objects in Gabs.jl to Fock space representations in QuantumOptics.jl. Should we limit
express
to one way symbolic-to-numerical translations, or could we use it as a general function that translates between any two packages that depend on QuantumInterface.jl? To me, it seems pretty clean to implement something likeexpress(::GaussianState, QuantumOpticsRepr(cutoff = 10))
and return a QuantumOpticsKet
object withFockBasis(10)
.The text was updated successfully, but these errors were encountered: