Skip to content

Commit

Permalink
Update test/python/transpiler/test_split_2q_unitaries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Aug 30, 2024
1 parent f43ec8e commit eac3f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/python/transpiler/test_split_2q_unitaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def __init__(self):

def to_matrix(self):
return np.eye(4, dtype=complex)
# return np.eye(4, dtype=float)

def mygate(self, qubit1, qubit2):
return self.append(MyGate(), [qubit1, qubit2], [])
Expand Down

0 comments on commit eac3f39

Please sign in to comment.