Glossary

Specifications:

The statevector should be stored as a complex numpy array of length $2^n$ - Gates should be applied by constructing the full $2^n \times 2^n$ unitary (via tensor products) and multiplying - Measurement should sample from $|c_x|^2$ with numpy's random module - Include visualization of measurement out

Learn More

Related Terms