NF=3 NB=0 psi = NewWavefunction(NF, NB, {{"110",1},{"101",1},{"011",(1+I)}}) print(psi) print("The norm of psi is ",psi*psi) psi.Normalize() print(psi) print("The norm of psi is ",psi*psi)