Questions tagged [qubit-mapping]

For questions on the process of mapping virtual qubits to physical ones when transpiling a quantum circuit. For questions that are about mapping some quantity to a qubit representation, use the encoding tag.

19 questions
3
votes
2 answers

Copying |0⟩, |1⟩ Qubits will break the no-cloning theorem?

I am trying to create a bit string of |0⟩'s and |1⟩'s in order to create an array. Would this still break the no-cloning theorem since we do know their state: they are |0⟩'s and |1⟩'s. If possible, what I am trying to do is that I have the following…
3
votes
1 answer

Is it possible to build a "Quantum Karnaugh Map"?

Is it possible to build something similar to the Karnaugh Map but instead of classical bits input and output with qubits input and output?
3
votes
1 answer

Coupling maps in quantum computation

Perhaps a bit naive question from my side, but I could not find any satisfactory answer elsewhere: What exactly are the coupling maps in quantum computation and, more particularly, how do those maps translate to CouplingMap objects in…
Akhaim
  • 105
  • 1
  • 8
2
votes
0 answers

Using qubit mapping in the Hubbard model to describe Cooper pair entanglement and teleportation

I'm exploring how the Hubbard model might be used to represent superconductivity, particularly regarding the entanglement properties of Cooper pairs. When a Cooper pair forms between two fermions on the same site, they are expected to exhibit some…
Lawerence
  • 133
  • 4
2
votes
2 answers

Why does Parity mapping allow 2 qubit reduction?

when mapping from fermionic to qubit hamiltonian, using Parity mapper allow us to reduce 2 qubit in the final hamiltonian. I would like to understand which kind of symmetries are being used and how it is done. Thank you in advance!
bjail66
  • 155
  • 6
1
vote
1 answer

What‘s the largest int a modern quantum computer can handle?

I‘m just starting out with this topic and it’s already a bit confusing: I was just wondering, if I could take a really, really big number, let’s say a 256-bit number and add another number to it on a quantum computer (or simulation). There’s no…
1
vote
0 answers

Understanding Phase Maps and Dephasing in a Periodically Driven Qubit System

I am working on a periodically driven qubit system and trying to understand the concepts of phase maps and dephasing. Here is the setup: The initial qubit state is given by: $\cos(\theta/2)|0\rangle+\sin(\theta/2)e^{i\varphi}|1\rangle$ The…
1
vote
1 answer

Qiskit result interperation - about qubits measurments and visualization

I am new to quantum computing and was playing with circuits. I came across measurements method in qiskit, and from what I understand is that when measured, each qubit is mapped to different classical bit. I know that might be weird, and I am very…
1
vote
2 answers

How to easily get the number of qubits required when using QAOA from qiskit_algrithms?

I would like to know if there is a easy way or native solution to retrieve the number of qubits that is required when using QAOA from qiskit_algorithms package to solve an optimization problem. I understand that QuantumCircuit.num_qubits can do the…
Chuck
  • 21
  • 1
1
vote
1 answer

What do arbitrary encoding circuits provide?

I'm about to implement my first VQC for image classification and I'm trying to figure out which data encoding method could fit better the problem. From what I've understood, there are three main approaches to encode classical data into quantum…
1
vote
1 answer

Using machine learning to determine a good initial mapping for a quantum circuit

I am trying to use a machine learning model to find a good initial mapping for a quantum circuit. I am trying to minimise the number of swap operations i.e. the number of CNOT gates. This is my methodology - Generate a random quantum circuit with…
1
vote
1 answer

Specifying Ancilla qubits for initial_layout parameter in qiskit.transpile

So I have an array which specifies the initial layout of a 4 qubit quantum circuit and I want to map the qubits to a 5 qubit quantum computer. As only 4 out of the 5 qubits will be used, Qiskit assigns one of the vacant qubits on the quantum…
Anonymous
  • 25
  • 2
1
vote
0 answers

Question about performing VQE with an embedded Hamiltonian

Say I have a physical Hamiltonian $\mathcal{H}$ which is $D$-dimensional and I encode it into a larger matrix $M$ which is $\Delta$-dimensional. In the cases I care about $\Delta$ is strictly greater than $D$. Therefore there are $(\Delta-D)$…
1
vote
1 answer

Time execution on real quantum backend higher than classical kmeans

I am running some experiments on a real quantum backend of IBM with qmeans approach. My dataset has 2 features (2 dimensions). I observe higher execution time on the Quantum Calculate Distance routine than on the classical euclidean distance. I…
1
vote
1 answer

How to re-ordering physical qubit location into desired one?

Suppose original quantum circuit have 4 qubits and some quantum operation. Also suppose the result of original quantum circuit state is '1100'. Then apply qubit mapping then mapping state is like below 1 -> 0 3 -> 1 0 -> 2 2 -> 3 Then the result of…
김동민
  • 987
  • 1
  • 7
  • 13
1
2