Quil-T
API Reference
pyquil.noise.
combine_kraus_maps
Generate the Kraus map corresponding to the composition of two maps on the same qubits with k1 being applied to the state after k2.
k1 (List[ndarray]) – The list of Kraus operators that are applied second.
List
ndarray
k2 (List[ndarray]) – The list of Kraus operators that are applied first.
List[ndarray]
A combinatorially generated list of composed Kraus operators.