Time Propagation: Evaluating "exp(-i*H*t)

  • Context: Graduate 
  • Thread starter Thread starter Incognition
  • Start date Start date
  • Tags Tags
    Propagation Time
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Incognition
Messages
8
Reaction score
0
I'm running a simple limiting case of a simulation with the expression:

exp(-i*H*t), where H is the hamiltonian, in this case a 2x2 matrix of zeros. Should this evaluate to 0, or to [ 1 1 ; 1 1] ?

Right now my sim uses the latter, which I'm sure is wrong. What do you think? Thanks in advance.
 
Physics news on Phys.org
By definition
[tex]\exp(A) = 1 + A + \frac{1}{2} A^2 + \frac{1}{6} A^3 + \cdots[/tex]

So exp(0) = 1
with 1 the identity matrix [tex]\begin{pmatrix}1&0\\0&1\end{pmatrix}[/tex].