Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Feb 5, 2024
1 parent fa9e02e commit 78e281e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/terra/backends/aer_simulator/test_conditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from qiskit import QuantumCircuit
from qiskit.circuit.library import DiagonalGate


@ddt
class TestConditionalGates(SimulatorTestCase):
"""AerSimulator conditional tests."""
Expand Down Expand Up @@ -312,6 +313,7 @@ def test_conditional_superop_132bit(self, method, device):
self.assertSuccess(result)
self.compare_counts(result, circuits, targets, hex_counts=False, delta=0)


@ddt
class TestConditionalReset(SimulatorTestCase):
"""AerSimulator conditional reset tests."""
Expand Down

0 comments on commit 78e281e

Please sign in to comment.