Cosas en las que pienso mientras me titulo

Quantum Harmonic Oscillator

Schrödinger's Equation

Weird things happening in QM

Quantum Harmonic Oscillators (QHO)

  1. Ubiquitous

  2. Theorists LOVE them they're really elegant

  3. Interesting Features

    • Eigenstates are coherent states

Once you describe the Hamiltonian of QHO you get that (for =1,ω\hbar = 1, \omega given) Hφ>=ω(n+12)φ>H\vert\varphi> = \omega(n+\frac{1}{2})\vert\varphi>

We can perturb the QHO to obtain the hamiltonian (family) that depends on λ\lambda:

H(λ)=H+λx4H(\lambda) = H + \lambda x^4

Note that if a classical particle were to be moving in the now quantic potential it would not feet much of a difference if ir were near x=0x = 0 since the potential looks close enough to quartic there. That means that for low energies the classical motion will be harmonic in nature. For high energy, other things happen (remove).

Numerical Matrix Diagonalization

Jacobi Algorithm for Real Symmetric Matrices

  1. At each step find the largest off diagonal element, say SpqS_{pq} (or cycle thru each off-diagonal index p,qp,q one at a time)

  2. Transform it to an orthogonal matrix JJ s.t. that element and its symmetric version are both 0

  3. Check whether the relative error δ<ϵ\delta <\epsilon where ϵ\epsilon is the desired error. If not, repeat the previous steps

Complex Matrices

For a complex number U=Hr+iHimU = H_r + iH_{im} we get that its matrix representation is:

U=(HrHinHinHr)U = \begin{pmatrix} H_r & -H_{in} \\ H_{in} & H_r \end{pmatrix}

One can check that if O=(OrOinOinOr)O = \begin{pmatrix} O_r & -O_{in} \\ O_{in} & O_r \end{pmatrix} is orthogonal (i.e OOT=I, OrOimTOimOrT=0OO^T = \mathbb{I},\ O_rO_{im}^T-O_{im}O_r^T = 0) then UU is unitary (i.e UUT=IUU^T = \mathbb{I}).

CC BY-SA 4.0 Eduardo Vázquez Kuri. Last modified: March 24, 2025. Website built with Franklin.jl and the Julia programming language.