Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/QuantumClifford.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ export
petrajectories, applybranches,
# nonclifford
GeneralizedStabilizer, UnitaryPauliChannel, PauliChannel, pcT, pcPhase, pcRx,
# Non-Clifford simulation - low-rank stabilizer decomposition
TGate, CCZGate,
lrtrajectories, lrmeasurements, lrcost,
LRTrajectoryResults,
Comment thread
riteshbhirud marked this conversation as resolved.
isclifford, stabilizer_extent,
Comment thread
riteshbhirud marked this conversation as resolved.
# makie plotting -- defined only when extension is loaded
stabilizerplot, stabilizerplot_axis,
# sum types
Expand Down Expand Up @@ -1440,6 +1445,8 @@ include("sumtypes.jl")
include("precompiles.jl")
include("ecc/ECC.jl")
include("nonclifford.jl")
include("lowrank/LowRankNonClifford.jl")
using .LowRankNonClifford
include("grouptableaux.jl")
include("plotting_extensions.jl")
#
Expand Down
Loading
Loading