-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Pavithran S Iyer edited this page Mar 14, 2018
·
24 revisions
We will consider quantum channels that can be described by completely positive trace preserving (CPTP) maps. A single qubit CPTP map can be represented in one of the following representations.
- Krauss representation (
krauss
) - Choi matrix (
choi
) - Pauli Liouville matrix (
process
) - Chi Matrix (
chi
) - Stinespring dilation (
stine
)
Refer to the document channelreps.pdf for definitions of the above representations. In chflow, when a channel is defined using the chan
command, it is stored in the Krauss representation. The storage representation can be altered using the chrep
command. In order to alter the representation from <oldrep>
to <newrep>
, use the command
chrep <oldrep> <newrep>
.
Check man chrep
for details.
- Physical noise processes
- Definitions of quantum channels
- Representations of quantum channels
- Approximations to a Pauli channel
- Quantum error correction
- Quantum error correcting codes
- Decoding and effective channel
- Running simulations
- On a local computer
- On Compute Canada clusters
- Plotting results
- Deriving new measures of noise strength
- Fitting logical error rates to an ansatz
- Using machine learning techniques