Consider two quantum states states described via the density operators
This operation between finite and discrete matrices is also called the Kronecker product.
Let us build a separable composite density matrix "by hand." Using np.kron
or otherwise, complete the function below that returns the density matrix describing a composite system, given the density matrices rho
and sigma
that describe the individual systems.
To interact with codercises, please switch to a larger screen size.
Learning Objectives: