About 8,990,000 results
Open links in new tab
  1. How to install the qiskit packages and libraries?

    Feb 1, 2024 · We are doing a Quantum computing project using the Qiskit toolkit. But we are struggling to import or install the packages and libraries. In Qiskit how we can import the libraries and packages?

  2. Discrepancy between answers from different Estimators in qiskit

    May 11, 2024 · After upgrading to qiskit 1.0.0, I tried using different estimators: estimatorv2, qiskit-aer estimator and default primitive estimator. But I get different expectation values with each of them? Am I

  3. Qiskit: measure_all() or measure() - Quantum Computing Stack Exchange

    Dec 13, 2022 · Qiskit has qiskit.circuit.QuantumCircuit.measure_all() and qiskit.circuit.QuantumCircuit.measure(). Why would you use one over another?

  4. Qiskit | ImportError: cannot import name 'Aer' from 'qiskit'', I've ...

    May 2, 2024 · I wanted to run the following part code in jupyter lab: from qiskit import QuantumCircuit, Aer import numpy as np import qiskit.quantum_info as qi qc = QuantumCircuit(4,4) # Ponemos 4 …

  5. Using Qiskit AerSimulator with an NVIDIA GPU

    Feb 21, 2025 · My GPU is an NVIDIA RTX 3060, running driver version 565.77 with CUDA 12.7 I am using nvcc, version 11.5 My Python venv contains qiskit-aer-gpu, cuQuantum and cuTensor among …

  6. PYTHON: Qiskit library import - Stack Overflow

    Apr 10, 2024 · I'm trying to implement old code on qiskit whose imports start with from qiskit import QuantumRegister, ClassicalRegister, QuantumCircuit from qiskit import BasicAer, execute from …

  7. Unable to import execute function from qiskit library

    The issue was due to qiskit 1.0 removing execute from its library and I had to downgrade to version 0.46 version. I appreciate your input!

  8. programming - How does the c_if instruction work in Qiskit?

    Sep 1, 2022 · The c_if instruction can be used to make the result of a measurement saved to a classical register adjust whether a gate is or is not performed. How does the c_if instruction obtain the …

  9. python - Cannot import Aer from Qiskit 0.7 - Stack Overflow

    In Qiskit 1.0 and later versions, the import statement for Aer has been updated. Instead of importing Aer directly from qiskit, you should import it from qiskit_aer.

  10. cannot import name 'execute' from 'qiskit' - Stack Overflow

    Jun 23, 2024 · cannot import name 'execute' from 'qiskit' Asked 1 year, 6 months ago Modified 1 year, 1 month ago Viewed 3k times