Skip to content

Commit 3b4a39d

Browse files
authored
Added the second parameter (#14077)
1 parent 08095d3 commit 3b4a39d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • qiskit/circuit/library/standard_gates

qiskit/circuit/library/standard_gates/r.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ class RGate(Gate):
3232
3333
.. code-block:: text
3434
35-
┌──────┐
36-
q_0: ┤ R(ϴ) ├
37-
└──────┘
35+
┌─────────┐
36+
q_0: ┤ R(θ,ϕ) ├
37+
└─────────┘
38+
3839
3940
**Matrix Representation:**
4041

0 commit comments

Comments
 (0)