Skip to main content

Questions tagged [ibm-quantum-devices]

The tag has no usage guidance.

0 votes
0 answers
14 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
1 answer
24 views

qiskit_aer.aererror.AerError: 'unknown instruction: ccry'

I'm trying to use qiskit_aer_gpu 0.14.2 with qiskit 1.1.0 I defined the class CCRYGate() y another script gate.py ...
ozark's user avatar
  • 31
2 votes
1 answer
97 views

Does Qiskit SamplerV2 change circuit depth?

I'm currently implementing some algorithms on IBM quantum devices. After the migration to qiskit 1.0, I started using primitives and SamplerV2. What I observed is that even if I manually select a ...
G.Lebonwski's user avatar
1 vote
0 answers
33 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
0 votes
0 answers
74 views

Qiskit IBM Runtime EstimatorV2 has changed the user specified default number of shots

While I am running some simulations on IBM hardware, I've noticed that the number of shots recorded in the metadata of the job is different from the number of shots I've specified. For example, I've ...
squareroottwo's user avatar
1 vote
1 answer
56 views

IBM quantum computer backend cycle time and real gate duration

I am new to dynamical decoupling and is trying to study this from qiskit: https://docs.quantum.ibm.com/api/qiskit/qiskit.transpiler.passes.PadDynamicalDecoupling . There, they are specifying the ...
Tianqi Chen's user avatar
1 vote
1 answer
83 views

IBM Quantum payload error

I've received the following error on one of the circuits I'm running on IBM Quantum devices (on IBM Brisbane) using EstimatorV2 primitive. ...
squareroottwo's user avatar
0 votes
2 answers
55 views

Quantum Computing - via Qiskit - error 403

A year ago, I registered in the IBM Quantum Computing app, which provides access to quantum computers and to simulators. I got an API key, and was able to run some programs. However, lately, I try to ...
JDias's user avatar
  • 11
2 votes
1 answer
193 views

IBM fake backend vs real backend

It is claimed that the fake backends of IBM will have noise similar to the real backends. However, to what extent can we expect them to produce the same results? I have run my quantum circuit on the ...
Deren  Liu's user avatar
1 vote
0 answers
58 views

How to run the post processing and return results in QAOA?

As suggested in TranspilerError: 'Number of qubits (40) in QAOA is greater than maximum (30) in the coupling_map' issue. I managed to submit the job to IBM quantum and the circuit runs successfully. ...
Lasal Hettiarachchi's user avatar
0 votes
1 answer
80 views

QiskitBackendNotFoundError - Unable to run the backend using BackendEstimator primitive

I am trying to run a small quantum circuit and generate the expectation value of an observable using the BackendEstimator primitive by incorporating the noise model ...
Pamul Yadav's user avatar
2 votes
0 answers
21 views

Running VQE code using qiskit_nature on IBM computers

$\texttt{qiskit_nature}$ no longer has the $\texttt{runtime}$ feature and $\texttt{VQEClient}$ function that was used to run a VQE code on one of the IBM computers. I could not find any easy migration ...
chiral_fermion's user avatar
1 vote
0 answers
44 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
  • 111
2 votes
2 answers
374 views

TranspilerError: 'Number of qubits (40) in QAOA is greater than maximum (30) in the coupling_map'

Hi Ive been trying to solve a custom PO problem using QAOA and I ran into this particular error. As per my understanding,this is due to the limitation of the simulation hardware. But as per the ...
Lasal Hettiarachchi's user avatar
1 vote
1 answer
34 views

Set Initial Layout for State Tomography

I am trying to do some state tomography to generate GHZ states and calculate fidelity. For running the code, I want to execute my code with the qubits with the lowest readout error using initial ...
physicino's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
11