Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ajavadia committed Sep 26, 2019
1 parent 5cd1646 commit 26f9ebd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions qiskit/extensions/standard/ms.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ def _define(self):
definition.append(inst)
self.definition = definition

print(self.num_qubits)
print(self.definition)



#def to_matrix(self):
# """Return a Numpy.array for the MS gate."""
# # ToDo
# return numpy.array([[1]])


def ms(self, theta, qubits):
"""Apply MS to q1 and q2."""
Expand Down

0 comments on commit 26f9ebd

Please sign in to comment.