About 14,000 results
Open links in new tab
  1. How to actually send Qiskit code to the que to be ran on an IBM …

    Jun 13, 2022 · 4 Apologies for what I feel is a very simple question, So I've figured out how to work with simulating a quantum circuit in Qiskit, but now I'm trying to figure out how I would …

  2. What is meant with "shot" in quantum computation?

    Feb 11, 2020 · What is a "shot" in relation to quantum computing? I heard it is repeating time, but I don't understand it. Additionally, why is the default number of shots 1,024 in the IBM Q …

  3. qiskit - Why does my quantum circuit run so slow on a real IBM …

    Jun 28, 2023 · Of course, given the small circuit, I could run it on a free and smaller IBM quantum computer (let's say 5 qubits). But here, would like to understand how 27-qubits IBM computers …

  4. ibm q experience - Quantum Computing Stack Exchange

    May 15, 2022 · How are IBM's 127 qubits more potent than the 5760 qubits D-Wave - Advantage_system6.1? Also, should I learn Amazon braket or IBM quantum computing using …

  5. Characteristics of the IBM quantum computer

    Apr 15, 2021 · On the IBM Quantum Composer website, there are characteristics of qubit computers. For example, ibmq_16_melbourne. But there is no description anywhere of what: …

  6. Qubit Connectivity of IBM Quantum Computer

    Dec 8, 2020 · In the case of quantum devices that IBM provides via cloud access, e.g., 5-qubit ibmq_santiago, 5-qubit ibmq_5_yorktown, and 15-qubit ibmq_16_melbourne, all provide …

  7. quantum gate - Measuring T1 and T2 constants on IBM Q

    Jan 21, 2020 · We have been asked to measure relaxation and dephasing times T1 and T2 on the IBM Q using the composer only, Qiskit not allowed. I am a bit confused about the way to do …

  8. How can I run a VQE on one of IBMQ's Quantum Computers

    Oct 22, 2021 · I have implemented a VQE based on Qiskit's VQE function and want to run that on an actual quantum computer. My understanding was, that an IBMQ backend can be passed …

  9. How to get properties of real IBM Quantum Computer in Qiskit …

    Apr 1, 2024 · How to get properties of real IBM Quantum Computer in Qiskit SDK 1.0? Ask Question Asked 1 year, 6 months ago Modified 9 months ago

  10. programming - API error when trying to access IBM Quantum …

    Feb 8, 2021 · I'm trying to write a code so that if the token exists then it loads the account or else it asks the user for the API token. Below is the code for reference: from qiskit import IBMQ try: …