In this set of codercises we implement the (quantum phase estimation) QPE subroutine to find the eigenvalue of a unitary matrix
Let's get started with step 1.
Given a unitary matrix matrix_power
function from NumPy's linear algebra library.
To interact with codercises, please switch to a larger screen size.
Learning Objectives: