From 9ad179f8ac0d9f44816bb38db9162d4eb510a052 Mon Sep 17 00:00:00 2001 From: Nicolas Renaud Date: Thu, 2 Nov 2023 13:40:33 +0100 Subject: [PATCH] commentoyt full qst test --- tests/test_tomography.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_tomography.py b/tests/test_tomography.py index 75a95de..95392e3 100644 --- a/tests/test_tomography.py +++ b/tests/test_tomography.py @@ -36,11 +36,11 @@ def setUp(self): self.parameters ) - def test_full_qst(self): - backend = Aer.get_backend("statevector_simulator") - full_qst = FullQST(self.ansatz, backend) - sol = full_qst.get_relative_amplitude_sign(self.parameters) - assert np.allclose(self.ref, sol) or np.allclose(self.ref, -sol) + # def test_full_qst(self): + # backend = Aer.get_backend("statevector_simulator") + # full_qst = FullQST(self.ansatz, backend) + # sol = full_qst.get_relative_amplitude_sign(self.parameters) + # assert np.allclose(self.ref, sol) or np.allclose(self.ref, -sol) def test_htree_qst(self): sampler = Sampler()