Quil-T
API Reference
pyquil.noise.
tensor_kraus_maps
Generate the Kraus map corresponding to the composition of two maps on different qubits.
k1 (List[ndarray]) – The Kraus operators for the first qubit.
List
ndarray
k2 (List[ndarray]) – The Kraus operators for the second qubit.
List[ndarray]
A list of tensored Kraus operators.