Skip to main content

All Questions

0 votes
0 answers
16 views

Does anyone have an idea about the execution power of IBM summit for VQE? I'd appreciate sources of papers as well for supercomputer execution

I'm trying to find the execution power of VQE in super computer and I want to know the factors of execution such as iterations, shots, convergence, etc. Please help me and also, I'd appreciate if ...
InnocentLlama's user avatar
1 vote
0 answers
36 views

qiskit transpile taking forever to run while CPU usage near zero

I am using the following code to use IBM's quantum computer. My understanding is that it is required before circuits are passed to the real quantum computers as certain operations and instructions ...
Deren  Liu's user avatar
  • 121
1 vote
0 answers
48 views

Low Fidelity In IBM Quantum Computers

I am just trying to calculate the highest fidelity of preparing GHZ states on IBM quantum computers and I run my circuit on qubits with the lowest readout error. However, I just obtain fidelity of the ...
physicino's user avatar
  • 121
0 votes
1 answer
37 views

IBMProvider.load_account() AttributeError: type object 'IBMProvider' has no attribute 'load_account'

I am trying to resolve the below deprecation warnings I am getting while using IBMQ framework. ...
Manu's user avatar
  • 493
2 votes
3 answers
591 views

Is there a way to use a fake backend for ibm_brisbane?

Is there a way to use a fake backend for ibm_brisbane? I tried this but it is giving me the error that the backend is not present: ...
Amey Meher's user avatar
0 votes
1 answer
72 views

Get the error of basis gates programmatically

I want to get the error rates of the basis gates of a backend. Is there a function that can achieve this functionality? For example, I want the error rates of the basis gates rx, cx of ibmq_mumbai ...
Amey Meher's user avatar
1 vote
1 answer
291 views

QiskitBackendNotFoundError: 'No backend matches the criteria'

I am struggling with the QiskitBackendNotFoundError: 'No backend matches the criteria' even though I am able to see the backends available to me. ...
Manu's user avatar
  • 493
1 vote
0 answers
48 views

PulseSchedule jobs not getting submitted on Pulse enabled machines on IBM Quantum

There was a recent migration, referring the below document: https://qiskit.org/ecosystem/ibm-provider/tutorials/Migration_Guide_from_qiskit-ibmq-provider.html Before this migration, I was using IBMQ ...
Amey Meher's user avatar
4 votes
1 answer
193 views

Retrieving job result attributes in Qiskit

I am trying to optimize a Hamiltonian using QAOA in IBM Qiskit. I used the following 'minimize' function to get my result. (I am not including the whole code because it will get unnecessarily long). <...
Amrita P's user avatar
1 vote
0 answers
35 views

Running Pulse Schedules with different resilience levels

Is there a way to run a Pulse schedule with different resilience levels? I was thinking about passing the resilience level values in the options of Sampler primitive, but when I tried to run, it says ...
Amey Meher's user avatar
1 vote
1 answer
153 views

IBMQ Open Plan Access: How many circuits can i run per job? How many jobs can i run in general?

I think my question is not difficult at all, but I don't find any Information about the Open Plan of IBMQ. Such as how many circuits I can run per job and so on. I could not find the EULA too, I ...
Qubii's user avatar
  • 191
1 vote
0 answers
45 views

Unable to open Qiskit Assignments for Qiskit 2023. (Quantum Challenge 2023) [closed]

Unable to open Qiskit Assignments for Qiskit 2023. (Quantum Challenge 2023) I was very excited to be a part of Qi skit 2023. I went through all the lectures in the crowd cast, but now I am very upset ...
Mriganka Sandilya's user avatar
1 vote
3 answers
649 views

Why does my quantum circuit run so slow on a real IBM quantum hardware?

I have created a very simple circuit on qiskit to produce a Bell state: bell = QuantumCircuit(2) bell.h(0) bell.cx(0, 1) bell.measure_all() And I then run it on a ...
Stéphane's user avatar
0 votes
1 answer
79 views

Phase estimation of the Pauli-Y matrix

I'm trying to use the phase estimation algorithm to extract the eigen value for both eigen vectors of the Pauli-Y matrix using the ibm quantum experiance. So far I have this for the possitive state |+&...
Charlie Plath's user avatar
1 vote
0 answers
106 views

Execute using circuits on IBM hardware using visual studio code

I have wrote some code using Qiskit in Jupyter notebook using Microsoft Visual Studio Code. Is there any way to run directly on an IBM quantum computer through Visual Studio?
Jack Jack's user avatar
  • 111

15 30 50 per page
1
2 3 4 5