From ca64a2a1fb68d9336ea9987737cc59e18d37dab2 Mon Sep 17 00:00:00 2001 From: Corey Ostrove Date: Tue, 20 Feb 2024 15:35:32 -0800 Subject: [PATCH] fogi unit test updates --- test/test_packages/algorithms/test_fogi_gst.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_packages/algorithms/test_fogi_gst.py b/test/test_packages/algorithms/test_fogi_gst.py index a679098e4..389865d74 100644 --- a/test/test_packages/algorithms/test_fogi_gst.py +++ b/test/test_packages/algorithms/test_fogi_gst.py @@ -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):