Most Popular
1500 questions
7
votes
1 answer
Simulating a 3-local Hamiltonian Term
This may be a fairly basic question, but in Nielsen & Chuang, the following circuit is given for simulating $\exp\left(-i\Delta t Z_1 \otimes Z_2 \otimes Z_3\right)$:
which uses an ancilla qubit initialized to $|0\rangle$. But from messing around…
Paradox
- 337
- 1
- 7
7
votes
2 answers
Quantum channel representation of projective measurement
Let $P$ be a projector and $Q = I-P$ be its complement. How to find probability $p$ and unitaries $U_1, U_2$ such that for any $\rho$, $P\rho P + Q\rho Q = p U_1\rho U_1^\dagger + (1-p)U_2\rho U_2^\dagger$? (This is Nielsen and Chuang Exercise…
snsunx
- 303
- 2
- 7
7
votes
2 answers
Clarification of the "Calculations" section of the (HHL09) paper
I am reading this paper entitled "Quantum algorithm for linear systems of equations" and am trying to understand a portion of the algorithm described on page 2 and in more detail in the appendix starting at the bottom of page 10 (section 3. Phase…
IntegrateThis
- 615
- 5
- 14
7
votes
0 answers
Sequential circuit using quantum gates
Without feedback/loop how can we build a sequential circuit? The basic feature of sequential circuit is that is depends not only on the current inputs but also on the previous inputs/outputs. I've gone through few papers on reversible gates and I'm…
Nikhil Ayyadevara
- 71
- 1
7
votes
1 answer
Grover's diffusion on subset of input space
Is it possible to run grover's diffusion step on a subset of the possible input space?
By this, I mean is it possible to do the diffusion process with a state space isn't in a total superposition of all states.
Let's say I have a 2 qubit system in a…
Chase Roberts
- 71
- 2
7
votes
0 answers
Summation of amplitudes
I was wondering how to create generalized entangled superpositions of qubits when I came to need of an algorithm to generate the following:
Suppose we have two $n$ qubit states, $$|\psi\rangle = \sum_X \alpha_X\ |X\rangle$$
and, $$|\phi\rangle =…
kichapps
- 103
- 5
7
votes
1 answer
How to calculate the fidelity of a certain gate of a IBMQ device in Qiskit using randomized benchmarking/tomography?
For example, I want to calculate the fidelity of a 1-qubit and 2-qubit gates (similar to the result shown in figure 2 in this paper). Is there any way to do that in Qiskit? I've gone through the Qiskit Ignis documentation, but I didn't see if it's…
Trong Duong
- 125
- 1
- 6
7
votes
0 answers
How to make qubits more stable towards noise?
In this paper and this paper, the "Noise Stability of Qubits" (the stability of qubits to external noise) has been discussed. In the first one, Gil Kalai states that it is difficult to create a quantum computer since the noise produced in creating a…
SchrodingersCat
- 179
- 1
- 5
7
votes
1 answer
Most efficient way for general state generation
Assume we are given an $n$-qubit system and complex numbers $a_0, \ldots, a_{m-1}$ with $m = 2^n$. Assume further we start with the initial state $|0 \ldots 0\rangle$ and want to make the transformation
$$|0 \ldots 0\rangle \rightarrow…
tobias
- 171
- 2
7
votes
1 answer
Understanding the oracle in Deutsch's algorithm
I am reading John Watrous' notes from his course CPSC 519 on quantum computing. In a pre-discussion before presenting Deutsch's algorithm to determine whether a function is constant or not, the author presents a function $B_f |x \rangle |y \rangle =…
IntegrateThis
- 615
- 5
- 14
7
votes
2 answers
Are there disadvantages in using the inner product between states instead of the fidelity?
Would there be any disadvantages of using inner product, that is, $\mathrm{Tr}(A^{\dagger}B)$ (say making it, $\mathrm{Tr}(\sqrt A \sqrt B)$ to normalise) to quantify how far two quantum states are instead of fidelity, which is…
Mahathi Vempati
- 1,731
- 10
- 21
7
votes
1 answer
Degradable channels and their quantum capacity
Note: I'm reposting this question as it was deleted by the original author, so that we do not lose out on the existing answer there, by Prof. Watrous. Further answers are obviously welcome.
I have two questions:
What are degradable channels?
Given…
Sanchayan Dutta
- 17,945
- 8
- 50
- 112
7
votes
1 answer
Quantum circuit for computing fidelity
Suppose we use Uhlmann-Jozsa fidelity
$$
F(\rho, \sigma):=\left(\mathrm{tr}\sqrt{\sqrt{\rho}\sigma\sqrt{\rho}}\right)^2.
$$
Can we construct a quantum circuit that helps us calculate the fidelity of two mixed states?
raycosine
- 880
- 8
- 12
7
votes
1 answer
What's the difference between Kraus operators and measurement operators?
It is said in a lecture note[1] by John Preskill that,
Equivalently, we may imagine measuring system $B$ in the basis $\{|a\rangle\}$, but failing to record the measurement outcome, so we are forced to average over all the possible post-measurement…
Shuai
- 73
- 1
- 5
7
votes
0 answers
Encoding bosonic degrees of freedom
A well-known way of encoding $N$ levels of a harmonic (bosonic) oscillator is as follows:
\begin{equation}
|n\rangle = |1\rangle^{\otimes n} \otimes |0\rangle^{\otimes N-n+1}
\quad,\qquad
0\leq n \leq N
\quad,
\end{equation}
with the…
mavzolej
- 2,271
- 9
- 18