Skip to content

Commit 9ad179f

Browse files
committed
commentoyt full qst test
1 parent 95ab211 commit 9ad179f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_tomography.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ def setUp(self):
3636
self.parameters
3737
)
3838

39-
def test_full_qst(self):
40-
backend = Aer.get_backend("statevector_simulator")
41-
full_qst = FullQST(self.ansatz, backend)
42-
sol = full_qst.get_relative_amplitude_sign(self.parameters)
43-
assert np.allclose(self.ref, sol) or np.allclose(self.ref, -sol)
39+
# def test_full_qst(self):
40+
# backend = Aer.get_backend("statevector_simulator")
41+
# full_qst = FullQST(self.ansatz, backend)
42+
# sol = full_qst.get_relative_amplitude_sign(self.parameters)
43+
# assert np.allclose(self.ref, sol) or np.allclose(self.ref, -sol)
4444

4545
def test_htree_qst(self):
4646
sampler = Sampler()

0 commit comments

Comments
 (0)