File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# News
22
3+ ## v0.3.9 - 2025-04-08
4+
5+ - Add ` GabsRepr ` type for representations in Gabs.
6+
37## v0.3.8 - 2025-03-08
48- Introduce ` metrics.jl ` file for metric declarations.
59
Original file line number Diff line number Diff line change 11name = " QuantumInterface"
22uuid = " 5717a53b-5d69-4fa3-b976-0bf2f97ca1e5"
33authors = [" QuantumInterface.jl contributors" ]
4- version = " 0.3.8 "
4+ version = " 0.3.9 "
55
66[deps ]
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change 2929""" Similar to `QuantumOpticsRepr`, but using trajectories instead of superoperators."""
3030struct QuantumMCRepr <: AbstractRepresentation end
3131""" Representation using tableaux governed by `QuantumClifford.jl`"""
32- struct CliffordRepr <: AbstractRepresentation end
32+ struct CliffordRepr <: AbstractRepresentation end
33+ """ Representation using Gaussian phase space formalism governed by `Gabs.jl`."""
34+ struct GabsRepr{B} <: AbstractRepresentation
35+ basis:: B
36+ end
You can’t perform that action at this time.
0 commit comments