Determination of time-dependent coefficients (QM)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Aeon
Messages
21
Reaction score
0
Hi,

I am trying to solve the following equation:

[itex]\Psi(r,t) = \sum_n C_n(t) e^{-i E_n t} \psi(r)[/itex]

to find the [itex]C_n(t)[/itex]s.

The system I am modeling is benzene. I can, by Hückel's method, determine the time-independent solution. The apparently obvious transition from time-independent coefficients to time-dependent coefficients is troubling me. A simple plot of the squared coefficients indicates that my electron density vanishes, which is indicative of error.

I'm wondering how is the proper way to solve for the time-dependent coefficients...
 
Physics news on Phys.org
Did you leave off a subscript? If you meant to write ψ(r,t) = ∑ Cn(t) exp(-iEnt) ψn(r) where the ψn(r)'s are orthonormal, then
∫ψ(r,t) ψn(r) dr = Cn(t) exp(-iEnt), which gives you Cn.
 
I forgot a subscript, you are right.

Also, the problem was that my vectors were not orthogonalized. Thanks!