https://github.com/congzlwag/strkphsim

A simulator for streaking of direct ionized photoelectron

https://github.com/congzlwag/strkphsim

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A simulator for streaking of direct ionized photoelectron

Basic Info
  • Host: GitHub
  • Owner: congzlwag
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 35.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago

https://github.com/congzlwag/strkPHsim/blob/main/

# Streaking Simulation of Photoelectron from Direct Ionization
Function `PHInt_Pspace` in `streakPH.jl` computes the (unnormalized) distribution density of streaked photoelectron based on strong-field approximation. 
Detailed derivations are in [Li et al Opt. Express 26, 4, 4531 (2018)](https://doi.org/10.1364/OE.26.004531).
It uses multi-threading to parallelize over the momentum grid points. 


## Demo
A working example is `demo.jl`. To run it:
```
julia -t [nthread] -i demo.jl
```
Here `[nthread]` is the number of threads, which is usually chosen according to the machine spec. 
The interactive option `-i` allows the visualization to stay as the script is finished. 
If no visualization is requested (`PLOT=false`) then `-i` is unnecessary. 

The output is a hdf5 file specified by variable `out_h5path`.
The control parameters for this demo is gathered under the comment line `#Main input parameters`. 

## Generalization to Double Direct Ionization
Function `PH2Int` in `streakPH2.jl` computes the (unnormalized) distribution density of two streaked photoelectrons from the same ionizing pulse. A working example is `DirectDouble/ddi_demo.jl` 

## Dependencies

* julia >= 1.9.0
* `streakPH.jl` and `utilsv2.jl` in this repo, and the packages imported therein.

Owner

  • Name: congzlwag
  • Login: congzlwag
  • Kind: user

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1