-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationSomething is not clear or an error documentationSomething is not clear or an error documentationgood first issueGood for newcomersGood for newcomers
Description
Environment
- Qiskit version:
- Python version:
- Operating system:
What is happening?
A super-tiny documentation problem.
In the documentation for the RGate
(see https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.RGate), the gate is shown to depend only on one parameter:
┌──────┐
q_0: ┤ R(ϴ) ├
└──────┘
But this is a gate that has 2 parameters.
Displaying circuits with RGate
s works correctly.
How can we reproduce the issue?
This is a documentation problem.
What should happen?
The documentation should show two parameters, as done in practice.
Any suggestions?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationSomething is not clear or an error documentationSomething is not clear or an error documentationgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done