Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Update CNOTDihedral class #394

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
from .Clifford import Clifford
from .basic_utils import BasicUtils
from .clifford_utils import CliffordUtils
from .dihedral import CNOTDihedral
from .dihedral import CNOTDihedral, append_circuit, \
decompose_cnotdihedral, random_cnotdihedral
from .dihedral_utils import DihedralUtils
from .circuits import randomized_benchmarking_seq
from .fitters import (RBFitter, InterleavedRBFitter, PurityRBFitter,
Expand Down
Loading