Skip to main content

Questions tagged [depolarizing-channel]

A model for noise in quantum systems such as a decohering qubit that has particularly nice symmetry properties. The depolarizing channel is a “worst-case scenario” channel. It assumes that we just completely lose the input qubit with some probability, i.e., it replaces the lost qubit with the maximally mixed state.

2 votes
1 answer
106 views

Why is the Choi matrix different from the analytic form for a depolarizing channel?

I'm currently trying to implement the depolarizing channel on qiskit. But, as I see in my calculation it doesn't match with the qiskit aer_noise. So, for the Depolarizing Channel we got : $$ \mathcal{...
felipechoy's user avatar
2 votes
1 answer
333 views

How can the depolarizing channel be a quantum operation?

In Quantum Computing: From Linear Algebra to Physical Realizations it states that A quantum operation maps a density matrix to another density matrix linearly But let $\rho\in M_2$ be a density ...
John Hippisley's user avatar
2 votes
1 answer
35 views

Depolarizing channel on GHZ-state

Consider a GHZ-state $|\psi\rangle =\frac{1}{\sqrt{2}}(|0\rangle^{n}+|1\rangle^n)$, and consider a depolarizing channel that maps a density matrix $$\rho\to(1-\lambda)\rho + \frac{\lambda}{2^d}I.$$ ...
nippon's user avatar
  • 1,537
1 vote
0 answers
59 views

Trouble in Depolarizing Error Simulation with Qiskit

I'm currently attempting to simulate depolarizing errors using Qiskit, but I'm encountering an issue where it appears that no errors are being introduced into my simulation. After running the ...
Byeongyong Park's user avatar
5 votes
1 answer
352 views

Decoding the Steane Code

The $[[5,1,3]]$ code is a perfect code basically meaning that the weight-0 and weight-1 error spaces completely fill out the $32$-dimensional Hilbert space. On the other hand, the $[[7,1,3]]$ Steane ...
Eric Kubischta's user avatar
4 votes
1 answer
125 views

Is the "unitary twirling operation" physically realizable?

In this neat answer by Markus Heinrich, it is shown that twirling an arbitrary quantum channel $\Lambda$ over the unitary group $U(d)$ yields a depolarizing channel $\tilde{\Lambda}$ given by $$ \...
Eric Kubischta's user avatar
0 votes
0 answers
20 views

Partial decoherence of a general one-photon state

Let $\rho_1$ be the pure one-photon state described by the ket $$|\psi_1\rangle = \int dk\ A(k)a^\dagger(k)|0\rangle$$ for a complex amplitude function $A(x)$ and an empty ket $|0\rangle$. This state ...
Bentanglement's user avatar
1 vote
1 answer
205 views

Why does depolarising channel shrinks Bloch vectors?

Let's start with $Tr_{\Omega}[U|0,\Omega_{0}\rangle\langle0,\Omega_{0}|U^{\dagger}] = \sum_{\alpha}E_{\alpha}|0\rangle\langle0|E_{\alpha}^{\dagger}$ where $U$ be a unitary operator. The trace operator ...
Physkid's user avatar
  • 518
0 votes
1 answer
56 views

Physical description of trace of ancilla state yields a depolarising channel

Let's start with $Tr_{\Omega}[|0,\Omega_{0}\rangle\langle0,\Omega_{0}|U^{\dagger}] = \sum_{\alpha}E_{\alpha}|0\rangle\langle0|E_{\alpha}^{\dagger}$ where $U$ be a unitary operator. The trace operator ...
Physkid's user avatar
  • 518
1 vote
1 answer
251 views

How does depolarization error accumulate?

Here's my code to define the depolarization error using Qiskit, which included both one and two-qubit errors: ...
IGY's user avatar
  • 361
0 votes
0 answers
21 views

Qiskit Aer Noise Module

I am trying to use the following single qubit depolarizing channel (on a GHZ state for example) but the simulation histogram counts are not affected ...
Sami Farrag's user avatar
0 votes
1 answer
188 views

How to see the effects of the depolarizing channel in qiskit?

I am playing around with adding noise to quantum circuit simulation using qiskit_aer.noise.NoiseModel(). My code creates a quantum circuit and simulates it with ...
Christian Bunker's user avatar
1 vote
0 answers
116 views

What does adding depolarizing error on a Hadamard gate mean mathematically?

I have a quantum circuit as the following picture. Now I add the depolarizing error on the Hadamard gate using the following code in Qiskit. ...
Michael.Andy's user avatar
2 votes
1 answer
453 views

Diamond norm distances between some channel and the identity

I'm currently working with the continuity result by Kretschmann-Schlingemann-Werner (arXiv version) for Stinespring isometries (more precisely, the following corollary to their result, cf. Appendix C ...
Frederik vom Ende's user avatar
1 vote
1 answer
103 views

Recover the noisy POVMs of Bell basis measurement

Considering Bell basis measurement, we have that the ideal POVMs are four Bell states, which can be obtained by reversing the following quantum circuits. Now, we add depolarizing errors to CX gate and ...
Michael.Andy's user avatar

15 30 50 per page