3. Quantum State Tensor Product In quantum computing, you can compute the tensor product of quantum state vectors to represent composite quantum states.
You are given two quantum state vectors: |a⟩ = [0.1, 0.2] and |b⟩ = [0.3, 0.4].
Find the tensor product of a and b using np.kron()
.