Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

python - time evolution of a matrix?

I want to compute the time-evolution of the matrix :U = exp(-iHt) for a given time Then I want to multiply this matrix U by the matrix X in order to obtain the evolution of this matrix. I have found the following library in python for evolution vector v:

scipy.sparse.linalg.expm_multiply        
exact = scipy.integrate.ode(-(1j)*T*Hint,rho0)
print (exact)

This code is for time evolution of a vector . How to evaluat the density matrix using this code? I know mesolve command in qutip package but I have another solution for calculate time evolution of the matrix X


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.5k users

...