# StrongFieldApproximation.jl **Repository Path**: lgjiao/StrongFieldApproximation.jl ## Basic Information - **Project Name**: StrongFieldApproximation.jl - **Description**: No description available - **Primary Language**: Julia - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2026-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+TITLE: StrongFieldApproximation.jl #+AUTHOR: Stefanos Carlström #+EMAIL: stefanos.carlstrom@gmail.com [[https://jagot.github.io/StrongFieldApproximation.jl/stable][https://img.shields.io/badge/docs-stable-blue.svg]] [[https://jagot.github.io/StrongFieldApproximation.jl/dev][https://img.shields.io/badge/docs-dev-blue.svg]] [[https://github.com/jagot/StrongFieldApproximation.jl/actions][https://github.com/jagot/StrongFieldApproximation.jl/workflows/CI/badge.svg]] [[https://codecov.io/gh/jagot/StrongFieldApproximation.jl][https://codecov.io/gh/jagot/StrongFieldApproximation.jl/branch/master/graph/badge.svg]] * Introduction This package provides some routines to calculate [[https://en.wikipedia.org/wiki/High_harmonic_generation][high-order harmonic generation]] (HHG) in the strong-field approximation (SFA), according to the Lewenstein model, presented in - Lewenstein, M., Balcou, P., Ivanov, M. Y., L'Huillier, A., & Corkum, P. B. (1994). Theory of high-harmonic generation by low-frequency laser fields. Physical Review A, 49(3), 2117. http://dx.doi.org/10.1103/PhysRevA.49.2117 * Installation A few dependencies need to be installed, prior to using this package #+BEGIN_SRC julia :exports code # Activate the current directory as the environment into which all # packages are to be installed julia> ] activate . # These packages are used to specify input to StrongFieldApproximation.jl pkg> add ElectricFields Unitful UnitfulAtomic pkg> add https://github.com/jagot/StrongFieldApproximation.jl # FFTW.jl is useful in the evaluation of the produced time-dependent # dipole moments. pkg> add FFTW #+END_SRC * Usage See the documentation.