Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Oct 25, 2024
1 parent 61107f6 commit 80a95f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ecc/ECC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ using QuantumClifford: QuantumClifford, AbstractOperation, AbstractStabilizer,
AbstractTwoQubitOperator, Stabilizer, PauliOperator,
random_brickwork_clifford_circuit, random_all_to_all_clifford_circuit,
canonicalize!, logicalxview, logicalzview, stabilizerview, destabilizerview, tab, phases,
sCNOT, sSWAP, sHadamard, sPhase, sInvPhase, sZCX, sZCY, sZCZ, sZ, sX, sY,
sCNOT, sSWAP, sHadamard, sPhase, sInvPhase,
sZCX, sZCY, sZCZ, sXCX, sXCY, sXCZ, sYCX, sYCY, sYCZ, sZ, sX, sY, sMRZ, sMRX,
single_x, single_y, single_z,
apply!, stab_to_gf2, embed, @S_str
import QuantumClifford: Stabilizer, MixedDestabilizer, nqubits
Expand Down

0 comments on commit 80a95f8

Please sign in to comment.