Skip to content

Commit

Permalink
Fixes typo on api/qiskit/providers page (#13296)
Browse files Browse the repository at this point in the history
* Fixes typo on api/qiskit/providers page

* Remove unnecessary release not file
  • Loading branch information
LeanderCS authored Oct 10, 2024
1 parent b1d6b35 commit 48d2492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def __init__(self, label=None):
def _define(self):
qc = QuantumCircuit(1)
q.ry(np.pi / 2, 0)
qc.ry(np.pi / 2, 0)
self.definition = qc
The key thing to ensure is that for any custom gates in your Backend's basis set
Expand Down

0 comments on commit 48d2492

Please sign in to comment.