mathemaphysis
- 3
- 0
i have a problem, please help me,
i need to implement a numerical method to solve the following Schrodinger equation:
idU(t)/dt=H(t)U(t)
with:
U(0)=1 (identity matrix)
U(T)=UT (UT is some given unitary operator)
where : H(t) is the Hamiltonian of the system, and
U(t) is a unitary operator
dimension of the operators is N*N (N is a non zero integer)
i need to implement a numerical method to solve the following Schrodinger equation:
idU(t)/dt=H(t)U(t)
with:
U(0)=1 (identity matrix)
U(T)=UT (UT is some given unitary operator)
where : H(t) is the Hamiltonian of the system, and
U(t) is a unitary operator
dimension of the operators is N*N (N is a non zero integer)