Eigenvectors of a Floquet Hamiltonian

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
1 replies · 3K views
DeathbyGreen
Messages
83
Reaction score
15
I'm trying to recreate some results from a paper:

https://arxiv.org/pdf/1406.1711.pdf

Basically they take the Hamiltonian of graphene near the Dirac point (upon irradiation by a time periodic external field) and use Floquet formalism to rewrite it in an extended Hilbert space incorporating time periodic functions; in doing this they effectively remove the time dependence of the periodically modulated Hamiltonian. Skipping a few steps, they rewrite this Floquet Hamiltonian in a subspace of two potentially degenerate eigenvector branches near the Dirac point (eigenvalues of this matrix are equation (15)). The matrix is (for only the m=0 and m=1 modes)

[itex] H_f =<br /> \left[<br /> \begin{array}{cc}<br /> \hbar\Omega -\hbar v_fk_p& \frac{v_fe}{2c}A_0e^{i\theta}\\<br /> \frac{v_fe}{2c}A_0e^{-i\theta}& \hbar v_f k_p<br /> \end{array}<br /> \right][/itex]

The eigenvectors of this matrix are quasienergy states [itex]|\phi^\alpha\rangle[/itex] from the equation [itex]H_F |\phi^\alpha\rangle = \epsilon_\alpha|\phi^\alpha\rangle[/itex]. My problem is from going from equation (9)
[itex]|\phi^\alpha\rangle = (|u^\alpha_1\rangle, |u^\alpha_0\rangle)^T[/itex]to (8) [itex]|\phi^\alpha(t)\rangle = |u^\alpha_0\rangle + |u^\alpha_1\rangle e^{i\Omega t}[/itex] in which the coefficients [itex]|u^\alpha_m\rangle[/itex] are 1x2 kets. Expanding [itex]|\phi^\alpha\rangle[/itex]:

[itex] |\phi^\alpha\rangle =<br /> \left[<br /> \begin{array}{cc}<br /> u^\alpha_{1a}&u^\alpha_{1b}\\<br /> u^\alpha_{0a}&u^\alpha_{0b}<br /> \end{array}<br /> \right][/itex]

I need to apply this to the 2x2 Hamiltonian and solve for the [itex]u^\alpha_m[/itex]coefficients. Then take those coefficients and put them into

[itex] |\phi^\alpha(t)\rangle =<br /> \left[<br /> \begin{array}{c}<br /> u^\alpha_{0a}\\<br /> u^\alpha_{0b}<br /> \end{array}<br /> \right]+<br /> \left[<br /> \begin{array}{c}<br /> u^\alpha_{1a}\\<br /> u^\alpha_{1b}<br /> \end{array}<br /> \right]e^{i\Omega t}[/itex]

to get the final answer they have in equation (17). In doing so I get a system of 2 equations and 4 unknowns. When I work this out my answer doesn't come out like theirs. Is this the right way to go about going from the form in the extended Hilbert space
[itex]|\phi^\alpha\rangle = (|u^\alpha_1\rangle, |u^\alpha_0\rangle)^T[/itex]to the form in the standard Hilbert space (8) [itex]|\phi^\alpha(t)\rangle = |u^\alpha_0\rangle + |u^\alpha_1\rangle e^{i\Omega t}[/itex]?
 
Physics news on Phys.org
For any people from the future who come across this and are curious about the answer, I figured it out. So after finding the eigenvectors of the 2x2 Hamiltonian

[itex] H_f =<br /> \left[<br /> \begin{array}{cc}<br /> \hbar\Omega-\hbar v_vk&\frac{A_0ev_f}{c2}e^{i\theta}\\<br /> \frac{A_0ev_f}{c2}e^{-i\theta}&\hbar v_fk<br /> \end{array}<br /> \right][/itex]

you get the solution

[itex] |\phi^\alpha\rangle =<br /> \left[<br /> \begin{array}{c}<br /> -\sin(\psi_k^\pm/2)e^{-i\theta}\\<br /> \cos(\psi_k^\pm/2)<br /> \end{array}<br /> \right][/itex]

where the psi angle is specified in the paper (a combination of variables). You then take the upper element of this matrix, corresponding to the u1 mode and multiply it by the corresponding eigenvector of the 4x4 matrix to convert it back to the original basis. Also, my initial statement of [itex]|\phi_\alpha\rangle[/itex] is incorrect and was due to some confusing notation used in the paper. It should be a 2x1 for the 2x2 and a 4x1 for the 4x4.