EntangledQuery
  • Threads
  • Categories
  • Users
  • Seminar
  • forum
  • group
  • theaters
  • search
  1. Threads
  2. Qiskit
chevron_left Qiskit

Rotation gates in qiskit

  • forum 1 reply
  • last reply by querystorm Oct. 25, 2021
  • Last
  • link
    Kosei
    Members 8 posts
    Oct. 5, 2021, 2:49 p.m. Oct. 5, 2021, 2:49 p.m.
    link

    I know the matrix form for X-gate, Y-gate and Z-gate. But what is the matrix form for all the rotation gates? For example, in qiskit, which matrix does qc.rx(0) refer to?

  • link
    JackSong
    Members 12 posts
    Oct. 18, 2021, 10:45 p.m. Oct. 18, 2021, 10:45 p.m.
    link

    Please check the link below for Qiskit convention:
    qiskit.org/documentation/stubs/qiskit.circuit.library.RXGate.html
    qiskit.org/documentation/stubs/qiskit.circuit.library.RYGate.html
    qiskit.org/documentation/stubs/qiskit.circuit.library.RZGate.html

    They are also listed on Wikipedia:
    en.wikipedia.org/wiki/Quantum_logic_gate

    Note: Different platform might have a slight difference on Rz gate with a global phase of $e^{i\theta/2}$.

  • arrow_forward

    Thread has been moved from Quantum Computing Software.

    • By querystorm on Oct. 25, 2021, 12:58 a.m..

There are no more posts in this thread.

  • EntangledQuery