Skip to content

Commit

Permalink
fogi unit test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Ostrove committed Feb 20, 2024
1 parent c104276 commit ca64a2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_packages/algorithms/test_fogi_gst.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ def create_pspec(self):
nQubits = 2
#pspec = pygsti.processors.QubitProcessorSpec(nQubits, ['Gxpi2', 'Gypi2', 'Gi'], geometry='line')
#availability={'Gcnot': [(0,1)]}, # to match smq2Q_XYCNOT
pspec = pygsti.processors.QubitProcessorSpec(nQubits, ['Gxpi2', 'Gypi2', 'Gcnot'],
availability={'Gcnot': [(0,1)]}, geometry='line')
#pspec = pygsti.processors.QubitProcessorSpec(nQubits, ['Gxpi2', 'Gypi2', 'Gcnot'],
# availability={'Gcnot': [(0,1)]}, geometry='line')
pspec = pygsti.processors.QubitProcessorSpec(nQubits, ['Gxpi2', 'Gypi2'], geometry='line')
return pspec

def create_model(self):
Expand Down

0 comments on commit ca64a2a

Please sign in to comment.