Pauli matrix multiplication



import numpy as np
sigmay = np.array([[0,-1j],[1j,0]])
print(sigmay)
print(np.matmul(sigmay,sigmay))

English writing practice 2025-5/11

After graduating from university and working for several years, I developed the mindset that a job should be related to one’s interests. Peo...