|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Classes | |
| class | AmplitudeDampingChannel |
| Amplitude damping (T1 relaxation): |1â© â |0â© decay. More... | |
| class | AmplitudeDampingOp |
| Amplitude damping channel (T1 relaxation): |1â© â |0â© decay. More... | |
| class | DensityMatrix |
| Quantum density matrix Ï for mixed-state representation. More... | |
| class | DepolarizingChannel |
| Depolarizing channel: Ï â (1-p)Ï + p·I/2^n. More... | |
| class | DepolarizingOp |
| Depolarizing noise channel: Ï â (1-p)Ï + p·I/2^n. More... | |
| class | GateOperation |
| Wraps an existing Gate for density matrix operations. More... | |
| class | IDensityOperation |
| Interface for any operation that can be applied to a density matrix. More... | |
| class | LocalDepolarizingOp |
| Local single-qubit depolarizing channel on one target qubit. More... | |
| class | NoiseChannel |
| Base class for quantum noise channels. More... | |
| class | NoiseOperation |
| Base class for noise channel operations (CPTP maps). More... | |
| class | NoisyCircuit |
| Quantum circuit with noise for density matrix simulation. More... | |
| class | PhaseDampingChannel |
| Phase damping (T2 dephasing): loss of coherence. More... | |
| class | PhaseDampingOp |
| Phase damping channel (T2 dephasing): loss of coherence. More... | |
Functions | |
| static int | calculate_qbit_num (int dim) |
Definition at line 38 of file density_matrix.cpp.
1.8.13