Learn R Programming

QuantumOps (version 3.0.1)

PhaseDamping: PhaseDamping

Description

Implements Phase Damping noise model on the input quantum state. Formulas taken from <DOI:10.1103/PhysRevA.90.062320>.

Usage

PhaseDamping(p,Ppd)

Arguments

p

Input quantum state, in density matrix format

Ppd

The probability of phase Damping.

Value

The quantum state, after Phase Damping has been applied.

Examples

Run this code
# NOT RUN {
 PhaseDamping(p=convert_ket2DM(ket(1,0)),Ppd=0.01)
# }

Run the code above in your browser using DataLab