Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/strongfieldapproximation.jl
https://github.com/jagot/strongfieldapproximation.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/strongfieldapproximation.jl
- Owner: jagot
- License: other
- Created: 2016-02-03T14:06:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T07:54:44.000Z (8 months ago)
- Last Synced: 2024-11-15T18:34:52.658Z (2 months ago)
- Language: Julia
- Size: 1.05 MB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
#+TITLE: StrongFieldApproximation.jl
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected][[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 UnitfulAtomicpkg> 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.