CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 18:13:14 GMT
content-type: text/html; charset=utf-8
cf-ray: 966e96cb0af9c18d-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=043efe6b-0ccc-4492-8b3b-48da923edbc6; expires=Wed, 29 Jul 2026 18:13:14 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: b22fd5e1-061c-40f8-b6f6-d4ef27607580
x-worker-origin-response-time: 409000000
x-dns-prefetch-control: off
set-cookie: prov=043efe6b-0ccc-4492-8b3b-48da923edbc6; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=oqU.PKwRxe2n0MGz2ie8DtHnZ1BmFcztkrN9tM_lHHM-1753812794-1.0.1.1-z3nyXlY6cK7yY8KQjLsIvZ7BE9m0UEr.TgD.GFMK99Adxo82UL7wLjsOYbr06ola3QKDmK3gDugWv3hcMeU6LRIsyA7VKqME3WVuXDJ_zQg; path=/; expires=Tue, 29-Jul-25 18:43:14 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=ssfk8bOsZttvOI0bgFy7QMeg2w3NPirxXIK2ccpigU8-1753812794506-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'qiskit' Questions - Quantum Computing Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [qiskit]
Qiskit is an open source SDK for working with quantum computers at the level of pulses, circuits and application modules. If appropriate, also use the [programming] tag. Please include the version of Qiskit you use when using this tag.
2,603 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
60
views
Is the Casimir effect a result of quantum fluctuations in the Maxwell field?
Since the Maxwell field describes electromagnetic waves, and quantum mechanics tells us the vacuum has zero-point energy due to Heisenberg's uncertainty principle —
can the Casimir effect be directly ...
0
votes
0
answers
48
views
Qiskit versions:
I am taking a course of quantum computing, and as it is old, i have been using other imports. For example, now instead of from qiskit import Aer, you need to import from qiskit_aer import Aer(I have ...
1
vote
1
answer
128
views
Low Fidelity For QFT on IBM
I implemented a 5-qubit QFT circuit using Qiskit and performed quantum state tomography using an IBM backend. However, the reported process fidelity is only ~20%, which seems very low. I am trying to ...
0
votes
1
answer
45
views
0
votes
1
answer
52
views
How to construct an oracle and flips the phase of the solution bit strings?
I am trying to solve the boolean problem (x1 or x2) and (~x1 or ~x2 or x3) using Grover's algorithm. The only measured bits are q0, q1, and q2. This is my oracle:
...
2
votes
1
answer
92
views
Getting error when importing qiskit_algorithms in latest QISKIT version 2.1.0
Recently I have upgraded my qiskit version from v1.4.3 to v 2.1.0 but when I import the qiskit_algorithms package I get the following error:
ImportError: cannot import name 'BaseSampler' from 'qiskit....
2
votes
1
answer
68
views
How to calculate the reduced density matrices using Qiskit Nature?
I need to compute the reduced density matrices (1-RDM & 2-RDM) for some molecules. As the simplest molecule, I tried to compute 1-RDM for Hydrogen using Qiskit Nature. The following is the code, ...
-2
votes
0
answers
36
views
Not able to setup QIskit 2.0 setup
hope all are doing well. I need your help in account set up Qiskit 2.0 in the local machine. Tried but not able to succeed. Your help is well appreciated
Thanks,
Jaya Kumar
2
votes
1
answer
50
views
Mapping Layout for Qubits in Optimization Level = 0
I am currently running a job on a quantum computer. During the transpilation process, I set optimization_level=0 using the command: "tqc = transpile(qc, backend=backend, optimization_level=0)&...
2
votes
1
answer
57
views
Grover's Algorithm oracle for finding an 8-bit key
I've been trying around different things with Grover's algorithm, and would want to experiment a practical scenario with it by building an oracle to find an 8-bit key.
Very shortly explained, my ...
0
votes
0
answers
50
views
How to make a phase oracle that marks the largest number?
I have a list of strategies each with a corresponding score, I want my oracle to apply the phase shift on the strategy with the largest score value. Without knowing the values beforehand how would I ...
0
votes
0
answers
36
views
Is there a way to get past the AerSimulator's limit of qubits/measurements in Qiskit?
I have run into the AerSimulator's upper limit for qubits/measurements with the circuit I am trying to simulate. The circuit has close to 100 qubits and 100 measurements and is a non-Clifford circuit.
...
1
vote
1
answer
57
views
How to display a full operator matrix with Qiskit?
I am running the following code for Qiskit 2.0.2, inside a notebook, to visualize the matrix in a 4-qubits circuit for the CNOT gate:
...
0
votes
1
answer
109
views
Qiskit gives different statevectors when performing partial trace
I am building a circuit using Qiskit that contains many computational qubits and several ancilla qubits. Here is a toy example:
...
1
vote
1
answer
92
views
Qiskit TwoQubitBasisDecomposer.decomp0 issue
I am having an issue while using the decomp0 method within the TwoQubitBasisDecomposer class. (The issue also occurs with ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
programming × 1044
ibm-q-experience × 367
quantum-gate × 355
quantum-circuit × 198
quantum-state × 192
quantum-algorithms × 168
circuit-construction × 168
vqe × 144
simulation × 122
qiskit-runtime × 112
ibm-quantum-devices × 105
measurement × 102
noise × 84
grovers-algorithm × 80
qaoa × 76
optimization × 71
error-correction × 62
transpile × 55
qasm × 40
hhl-algorithm × 40
error-mitigation × 37
chemistry × 36
more related tags
Hot Network Questions
- Can I combine 2 car reservations on adjacent dates with Hertz?
- Does Genesis account allow for the possibility of intelligent man like beings existing before Adam and Eve?
- Can Trump sue South Park?
- Writing a visually-selected couple of files out to a file with an open buffer
- word category and coordination
- How would the wind patterns of a Disc-like-world work?
- Is the final part of an RNAV approach essentially a visual approach?
- Is the six million dollar hut challenge real?
- How Does Code Reuse Work at NASA
- Is there a "correct" orientation for roasting a chicken?
- QGIS is plot rotated
- Leibniz's monadology and free will
- why i'm not getting the first step of the gcd calculation
- What is the source of "apavitrah pavitro va..."
- Has the Silver Surfer's clothing (or lack thereof) ever been addressed in the comics?
- Why do we name and separate invisible bands even though the EM spectrum is continuous?
- Callable Bond and Bermudan Swaption similarity
- What are the canonical commutation relations mathematically?
- Are there any (around) 14 hidden characters in path and/or filename in File Explorer?
- What is the outcome when an officer's statement under oath contradicts video evidence
- How to analytically sample from the conditional distribution of a t-statistic under normal data-generating process?
- Unable to recognize kanji / kana from typed document circa 1902
- Can ffmpeg record screen on wayland?
- How to identify process' serving 127.0.0.53:53 and 127.0.0.54:53?