Skip to content

Theory

This page provides an overview of the theoretical foundations behind StrongFieldDynamics.jl.

Strong Field Approximation (SFA)

The SFA is a widely used approach for modeling ionization of atoms in intense laser fields. It treats the interaction of the electron with the laser field non-perturbatively, while the atomic potential is included approximately.

  • Direct Ionization: The electron is ionized directly by the laser field.

  • Rescattering: After ionization, the electron can be driven back to the parent ion by the laser field, leading to rescattering phenomena.

Partial Wave Expansion

The electron continuum in the laser field is given by Volkov-type states which, similarly, can be expanded into (distorted) partial waves

|χp(t)=2πeiSV(t)p=0mp=ppYpmp(ϑp,φp)|εppmp|χf,ms,

The plane wave expassion of the continuum electron state is given by

4πlp=0mp=lplpilpjlp(pr)Ylpmp(θp,ϕp)Ylpmp(θ,ϕ)

For the case of distorted waves, the effect of the Atomic potential is considered hence the distortion of continuum electron. The distorted wave expansion is given by

4πrp=0mp=ppipe±iΔpPεpp(r)Ypmp(ϑp,φp)Ypmp(ϑp,φp)

where Δp is the Coulomb phase shift, which accounts for the influence of the atomic potential on the ionized electron and Pεplp(r) is the radial wave function of the distorted wave.

In the velocity gauge, the interaction between the continuum electron and laser field is thereby accounted for by the so-called Volkov phase

SV(t)=12tdτ[p+A(τ)]2

This expansion is crucial for capturing the angular structure of the ionization process.

Atomic Potential Effects

The package provides several methods to include the influence of the atomic potential on the ionized electron, improving upon the plain SFA.

Direct Ionization Amplitude

The direct ionization amplitude is computed using the partial wave expansion of the Volkov states. The amplitude for direct ionization can be expressed as:

T0(p,mj,ms)=i2πF1[ω;f;p](p=0jp1/2q=0,±1(1)quqYp,mjmsq(ϑp,φp)×p(mjmsq),12ms|jp(mjq)jmj,1(q)|jp(mjq)εppjppnj)i2πF1[ω;f;p](p=0jp1/2q=0,±1uqYp,mjms+q(ϑp,φp)×p(mjms+q),12ms|jp(mj+q)jmj,1q|jp(mj+q)εppjppnj)i2πF2[f;p]Y,mjms(ϑp,φp)(mjms),12ms|jmjεpjmj|njmj,

And the Ionization Probability is given by

P(p)==p2j+1mj=jjms=±1/2|T(p,mj,ms)|2

References

  • Birger Böning, Stephan Fritzsche, "Partial-wave representation of the strong-field approximation", Phys. Rev. A 102, 053108 (2020).

  • Birger Böning, Stephan Fritzsche, "Partial-wave representation of the strong-field approximation. II. Coulomb asymmetry in the photoelectron angular distribution of many-electron atoms", Phys. Rev. A 107, 023108 (2023).

For more details, see the source code and comments in the package.