-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
40 lines (29 loc) · 870 Bytes
/
config.toml
File metadata and controls
40 lines (29 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Configuration file for Energy-resolved angular streaking simulation
# All values in atomic units unless otherwise specified
[laser]
# Laser frequency (a.u.)
omega = 0.058
# Peak electric field strength (a.u.)
E_peak = 0.03779
# Carrier-envelope phase (radians)
phi_cep = 0.0
# Ellipticity parameter
chi = 0.66
[pulse]
# Number of optical cycles in the pulse: [0, T_cycles]
T_cycles = 16.0
# Number of cycles for constant envelope [0, T_0_cycles]
T_0_cycles = 10.0
[atom]
# Ionization potential (a.u.)
Ip = 0.5147
# Effective nuclear charge
Z_eff = 1.0
# Soft-core parameter for Coulomb potential
soft_core = 0.0
[initial_conditions]
# Momentum range for initial conditions: pp = (rand() * 2 - 1) * pp_range
pp_range = 2.0
# Action threshold for initial condition filtering
# If imag(S_sub) > action_threshold, reject the trajectory
action_threshold = 22.98