Relation between Dirac's equation density matrix and current with spin

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
forofo
Messages
4
Reaction score
1
TL;DR
After computind dirac 1D equation for a free particle particle I get 2 matrixs. From both,them I extract the probablity matrix and the current matrix. I'm asking how to extract the two singles values for the spin up and down from there, those that used in quantum computing, the states .
After computind dirac 1D equation time dependent for a free particle particle I get 2 matrixs. From both,them I extract:
1) the probability matrix P =ps1 * ps1 + psi2 *psi2
2) the current matrix J = np.conj(psi1)*psi2+np.conj(psi2)*psi1
jp.JPG

I think that current is related to electricity, and since we are talking about a single free particle, it must have a relation with the spin drawed in the bloch sphere with the two single values or states, that represent the probaility for spin up or down, So how do I extract these 2 values from this matrix J.
jpdibu.JPG
how to extract the spin to this
spindibu.JPG


clik here to see the source code in phyton
 
Physics news on Phys.org
I'm not sure if I understand your question correctly, but it seems like you're asking how to extract the spin from the current matrix J. If this is the case, then the answer would depend on how the current matrix J is defined in the code. If it is defined in terms of the probability matrix P, then the spin can be extracted from the probability matrix P using the formula S = P*sign(P).