Skip to content

Commit

Permalink
Add uncompiled DiAC Clifford option for RB sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
gribeill committed Apr 16, 2020
1 parent 750a31c commit 7786882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QGL/Cliffords.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def XYXClifford(qubit, cliff_num):
clifford_map = {}
clifford_map['STD'] = StdClifford
clifford_map['DIAC'] = DiAC
clifford_map['ZXZXZ'] = lambda q,c: DiAC(q,c,compiled=False)
clifford_map['AC'] = AC
clifford_map['XYX'] = XYXClifford

Expand Down

0 comments on commit 7786882

Please sign in to comment.