About 3,890 results
Open links in new tab
  1. RZZ from CNOT and RZ - Quantum Computing Stack Exchange

    Feb 6, 2023 · RZZ from CNOT and RZ Ask Question Asked 2 years, 9 months ago Modified 2 years, 9 months ago

  2. How to create an Ising coupling gate with Qiskit?

    Jul 14, 2019 · I've tried performing rotations in the z-axis in both quits with the rz gate, also I've tried combining crz gates, as well as rzz and cu1 gates, but nothing seems to work.

  3. qaoa - RZZ calculation: Why does the equation and the circuit ...

    Sep 14, 2021 · RZZ calculation: Why does the equation and the circuit correspond? Ask Question Asked 4 years, 1 month ago Modified 1 year, 1 month ago

  4. Options for Plotting Error Maps with Qiskit?

    However, plot_error_map doesn't seem to have the functionality to plot the RZZ errors, or readout assignment. Is there some other function or package which can achieve this?

  5. transpile - Qiskit custom multi controlled gate - Quantum …

    Jun 26, 2022 · I'm building a 3 qubit circuit with the control-ry rotation gate. The code is the following: circ = QuantumCircuit(3) circ.mcry(pi/8, q_controls=[0], q_target=2,

  6. Replace Gate with Known Identity in Quantum Circuit

    Dec 1, 2021 · I have a quantum circuit with 3 two-qubits gates XX, YY, and ZZ (as defined in the qiskit circuit library) with arbitrary angles on each gate. I'd like to replace the YY and ZZ gates …

  7. How to do rotations along arbitrary multi-qubit basis

    How do I generalize this to a higher number of local interactions without using ancilla qubits? (this answer is with an extra qubit) Just in case I checked the source code of qiskit for RZZ, but it …

  8. Transpiling qiskit quantum circuits on IonQ Native Gates

    Feb 20, 2023 · I have a certain quantum circuit (qc) in qiskit. My goal is to see it transpiled in IonQ Native Gates, to see the qc that is effectively run on the hardware. However, the Ionq basis …

  9. Basis gates of IBM_TORINO and transpilation

    Aug 23, 2025 · Following ibm online data about the processor, the basis gates should be (cz,rzz, rx, rz, x, sx, id). However, when I transpile circuits using ibm_torino as reference backend, it …

  10. Qiskit throws error when changing basis gate for transpilation

    Dec 14, 2022 · I want to transpile a circuit composed of CNOT and 1Q gates into Rzz, CNOT and 1Q gates such that the total number of 2Q gates is minimized. In the example below, I would …