Questions tagged [shadow-tomography]

The study of solutions to the following problem: given an unknown D-dimensional quantum mixed state ρ, as well as known two-outcome measurements E1,...,EM, estimate the probability that Ei accepts ρ, to within additive error ε, for each of the M measurements. How many copies of ρ are needed to achieve this, with high probability?

16 questions
11
votes
2 answers

In shadow tomography, how is the state reconstructed from its shadows?

I'm reading Huang et al. (2020) (nature physics), where the authors present a version of Aaronson's shadow tomography scheme as follows (see page 11 in the arXiv version): We want to estimate a state $\rho$. We apply a number of random unitary…
glS
  • 27,510
  • 7
  • 37
  • 125
9
votes
2 answers

Why is the complexity of $n$-qubit state tomography not upper bounded as $O(3^n)$?

Consider the task of fully determining an $n$-qubit state $\rho$ which can be written as \begin{equation}\tag{1} \rho = \sum_{p \in \{I, X, Y, Z\}^n} \text{Tr}(\rho P_{p}) P_{p} \end{equation} and each $P_{p} = P_{p_1} \otimes \dots \otimes…
forky40
  • 7,988
  • 2
  • 12
  • 33
8
votes
2 answers

Are classical shadows useful?

according to the paper https://doi.org/10.1038/s42254-022-00535-2 , the advantage of classical shadows is doing measurements first and asking questions later. But in real experiments, who would do measurement first and ask questions later, being…
yuanyi_thu
  • 81
  • 3
8
votes
1 answer

Using Classical Shadow to predict quantum state's fidelity has nothing to do with the dimension of the density matrix?

Using classical shadow(or refer to this post for basic things about classical shadow), we can predict linear functions like $Tr(O\hat{\rho})$ with number of copies(referred…
narip
  • 3,169
  • 2
  • 10
  • 36
7
votes
1 answer

Implement the classical shadow coding error?

I'm trying to reproduce the basic method of classical shadow, which is based on the tutorial of pennylane. However, I've met some realization problems here when I finish reading the tutorial of pennylane, and trying to finish the method myself, just…
5
votes
2 answers

Inverting the depolarizing channel

I have a depolarizing channel acting on $2^n \times 2^n$ Hermitian matrices, defined as $$\tag{1} \mathcal{D}_p (X) = p X + (1-p) \frac{\text{Tr}(X)}{2^n} \mathbb{I}_{2^n} $$ where $\mathbb{I}_{d}$ is the identity operator on $d$ dimensions. I am…
4
votes
1 answer

How do I pick a random Clifford operation in Stim?

I want to sample random n-qubit Clifford operations. How do I do that in Stim? (Self-answering because this was requested when the feature already existed)
Craig Gidney
  • 44,299
  • 1
  • 41
  • 116
3
votes
1 answer

Can't shadow tomography extract all amplitudes of an $n$-qubit quantum state using $O(n)$ measurements?

Assume we have a quantum state $$ |\psi\rangle = \sum_{j=0}^{2^n -1} \psi_j |j\rangle $$ where $\psi_j \in \mathbb R \ \forall j$. My knowledge of the HKP shadow tomography protocol is limited, but it seems like given a set of $M$ observables, one…
confusion
  • 195
  • 8
3
votes
1 answer

How are classical shadows stored efficiently?

The paper states that classical shadows can be stored efficiently by stabilizer formalism. But I'm confused what information is stored? I can't tell the efficiency come from. In the paper,the statement is “we combine the mindset of shadow tomography…
2
votes
0 answers

Sample complexity of lower bounding fidelity

Let $\rho$ be a fixed, unknown $n$-qubit density matrix, and let $V$ be a fixed, known single-qubit unitary. Let $U = V \otimes V \otimes I_{n - 2}$, where $I_{n-2}$ is the identity on $n-2$ qubits, and let $\sigma = U \rho U^\dagger$. Furthermore,…
2
votes
1 answer

Is there a tight operator frame that is also a POVM?

We define the tight operator frame as a set of operators $\{E_i\}_{i=1}^{n}$ satisfying \begin{equation} \sum_{i=1}^n \vert \langle \langle E_i \vert X \rangle \rangle \vert^2 = C \Vert V \Vert_2^2, \forall X \in L(H), \end{equation} where $X$ is…
2
votes
0 answers

What is the mistake in this Qutip implementation of the classical shadows protocol (Huang et. al. 2020)?

So I'm trying to replicate the results from Huang's paper, following Pennylane's tutorial. But instead of using Pennylane (in particular their recently implemented ClassicalShadow class), I'm trying to implement it in Qutip for individual…
2
votes
1 answer

State tomography with Pauli basis measurements for a high number of qubits

My end goal is to recover the quantum state in its computational basis or reduced density matrix of a high number qubit circuit in a real QPU. Taking into account that the number of qubits will be high (+16 or +32 qubits) getting the density matrix…
1
vote
1 answer

Can a quantum state be certified using self-test?

I am reading the paper Certifying almost all quantum states with few single-qubit measurements. The main result of the paper (Theorem 1) is that given an $n$-qubit target pure state $|\psi\rangle$ and many copies of $\rho$, by performing…
0
votes
1 answer

Inverse channel of the Pauli 4 POVM

I'm currently grappling with a challenge in comprehending the inverse channel of the Pauli 4 POVM. The POVM elements are defined as follows: $ M_0 = \frac{1}{3} |0\rangle\langle0|, \quad M_1 = \frac{1}{3} |1 \rangle\langle1|, \quad M_2 = \frac{1}{3}…
1
2