Skip to main content

Questions tagged [ibm-quantum-devices]

The tag has no usage guidance.

1 vote
1 answer
1k views

I've wrote code on an outdated version of QisKit but what to run it on a quantum computer

like mentioned in the title I've got working code on an outdated version of QisKit which I run on my own IDE. However I am wanting to run this on a real quantum computer and I can't do this as IBM ...
Steve Golleger's user avatar
1 vote
1 answer
86 views

How to get the group of qubits which are on the same port of measurement?

From IBMQ's quantum computer, we know that logical qubits are mapped to their computers' physical qubits, and then they are measured to get classical bits (0 and 1). For instance, a 27-qubit ...
OF_APLE's user avatar
  • 13
0 votes
1 answer
213 views

problem with parametrized circuits

I used a circuit with one parametrized gate U(theta, phi, lambda), than I fixed the parameters with qc.bind_parameters and it's worked well. But the only step that don't work is the execution in a ...
rabah hacene benaissa's user avatar
4 votes
1 answer
510 views

How the real IBM quantum computers apply arbitrary Rz(θ) gate rotation? [closed]

I want to ask the following questions: (1) The basis gate set of IBM quantum computers is { Id, Rz(θ),√X, X, CNOT, reset}. Somebody said that IBM didn’t really apply Rz(θ) gate on the machine. The ...
劉承瀚's user avatar
1 vote
0 answers
193 views

'RuntimeJob' object has no attribute 'queue_position'

I was trying to run a QAOA job using the below script: ...
Amey Meher's user avatar
1 vote
2 answers
294 views

what quantum computing simulator can achieve drag-and-drop programing fuction without internet like IBM web composer?

I reallt need some kind of simulator can work like this.Quirk is similar but also require internet.can anyone know how to achieve this?It is very important for some eaducational lesson to students.
kenny Zhang's user avatar
1 vote
0 answers
62 views

Time Complexity (Big O Notation)

What is the time complexity of the two error-mitigation methods that are implemented in qiskit.ignis. 1- pseudo inverse. 2- least squares.
rabah hacene benaissa's user avatar
0 votes
1 answer
316 views

Extracting results from a job when it is in a json form

I have downloaded a job from the COMPOSER JOBS but I get a folder containing three files. 632867a95ccea778be9446fb-info.json 632867a95ccea778be9446fb-input.json 632867a95ccea778be9446fb-output.json ...
rabah hacene benaissa's user avatar
2 votes
2 answers
97 views

Retrieving jobs of an expired access device

I had private access to a quantum computer, but the access is expired. So Can I access to my jobs done on it ? The '''backend.retrieve_job('')''' ​can't work because I cant load the backend (no access)...
rabah hacene benaissa's user avatar
5 votes
2 answers
398 views

Reasonable Circuit Depth

So I'm auto-constructing quantum circuits that are being auto-generated from dimacs files along with the addition of the amplification function. It's for a satisfiability problem where the number of ...
Ahmad Bennakhi's user avatar
0 votes
2 answers
142 views

What can I use instead of mct (multi-controlled Toffoli)? (Grover's algorithm)

I implemented the general diffuser (for arbitrary qubits) in Grover's algorithm in terms of an Multi-controlled Toffoli (MCT) gate (it flips target when all controlled gates are 1). However, this gate ...
Alpo's user avatar
  • 1
1 vote
1 answer
163 views

how to fix error 'QiskitBackendNotFoundError' [closed]

This is my code: from qiskit import IBMQ IBMQ.load_account() provider = IBMQ.get_provider('ibm-q') qcomp = provider.get_backend('ibmq_16_melbourne') ...
shreya's user avatar
  • 21
4 votes
0 answers
35 views

How does it work QasmSimulator with the option "density matrix"?

I am making some simulations on IBM Quantum Lab and as backend I tried to use QasmSimulator(method = "density_matrix") in order to simulate noise. I wanted to know how this method works in ...
Natale Matranga's user avatar
1 vote
0 answers
166 views

Interpreting VQE and QAOA based solutions in portfolio optimization

I am going through portfolio optimization using Qiskit. It really looks interesting. The module has both VQE and QAOA algorithms for optimizing the portfolios. In the VQE based solution the ...
Rag's user avatar
  • 31
2 votes
1 answer
135 views

Iterative quantum phase estimation - real device

I'm trying to implement the iterative quantum phase estimation on a real (IBM) quantum computer. I'm using the code below. When I run this code on a simulator the results are the expected ones, but ...
Maria Gabriela Oliveira's user avatar

15 30 50 per page
1
3 4
5
6 7
12