PulsedJAX: Pulse-Retrieval-with-JAX
Content
Usage
Methods
Algorithms
Method-Specific Algorithms
Nonlinear Optimization
Advanced Usage
Structure of utilized Pytrees
Definitions and Formulas
General Definitions
Z-Error Gradient and Pseudo-Hessian
FROG
Interferometric FROG
Chirp-Scan
Time-Domain-Ptychography
Interferometric Time-Domain-Ptychography
Two-Dimensional Spectral-Shearing Interferometry (2D-SI)
VAMPIRE
Ptychographic Iterative Engine (Gradients and Hessians)
Update nonlinear Signal
Adaptive Stepsize
Attosecond Streaking (Definitions, Z-Gradients and Z-Pseudo-Hessians)
Literature
API
frog
chirp_scan
tdp
twodsi
vampire
streaking
simulate_trace
real_fields
real_fields.chirp_scan
real_fields.frog
real_fields.tdp
real_fields.twodsi
real_fields.vampire
core
core.gradients
core.hessians
utilities
PulsedJAX: Pulse-Retrieval-with-JAX
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Z
A
adaptive_step_size() (in module core.stepsize)
AlgorithmsBASE (class in core.base_classes_algorithms)
alpha (chirp_scan.classic_algorithms_chirpscan.PtychographicIterativeEngine attribute)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE attribute)
(frog.classic_algorithms_frog.PtychographicIterativeEngine attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.PtychographicIterativeEngine attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.PtychographicIterativeEngine attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.PtychographicIterativeEngine attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.PtychographicIterativeEngine attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.PtychographicIterativeEngine attribute)
(tdp.classic_algorithms_tdp.PtychographicIterativeEngine attribute)
(twodsi.classic_algorithms_2dsi.PtychographicIterativeEngine attribute)
(vampire.classic_algorithms_vampire.PtychographicIterativeEngine attribute)
alternating_optimization (chirp_scan.general_algorithms_chirpscan.AutoDiff attribute)
(core.base_general_optimization.AutoDiffBASE attribute)
(frog.general_algorithms_frog.AutoDiff attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.AutoDiff attribute)
(real_fields.frog.general_algorithms_frog_real_fields.AutoDiff attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.AutoDiff attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.AutoDiff attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.AutoDiff attribute)
(streaking.base_classes_streaking.AutoDiffBASESTREAKING attribute)
(streaking.general_algorithms_streaking.AutoDiff attribute)
(tdp.general_algorithms_tdp.AutoDiff attribute)
(twodsi.general_algorithms_2dsi.AutoDiff attribute)
(vampire.general_algorithms_vampire.AutoDiff attribute)
amplitude (simulate_trace.make_pulse.CustomPulse attribute)
(simulate_trace.make_pulse.GaussianAmplitude attribute)
(simulate_trace.make_pulse.LorentzianAmplitude attribute)
(simulate_trace.make_pulse.MultiPulse attribute)
(simulate_trace.make_pulse.SinusoidalPhase attribute)
(simulate_trace.make_pulse.TemporalAmplitude attribute)
anc_frequency1 (core.base_classes_methods.RetrievePulses2DSI attribute)
anc_frequency2 (core.base_classes_methods.RetrievePulses2DSI attribute)
antialias (core.base_classic_algorithms.CPCGPABASE attribute)
(frog.classic_algorithms_frog.CPCGPA attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.CPCGPA attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.CPCGPA attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.CPCGPA attribute)
(tdp.classic_algorithms_tdp.CPCGPA attribute)
(vampire.classic_algorithms_vampire.CPCGPA attribute)
apply_momentum() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
apply_noise() (in module simulate_trace.make_trace)
apply_phase() (core.base_classes_methods.RetrievePulsesVAMPIRE method)
apply_spectral_filter() (core.base_classes_methods.RetrievePulses2DSI method)
(core.base_classes_methods.RetrievePulsesTDP method)
apply_spectrum() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
(core.base_classic_algorithms.LSFBASE method)
apply_windowing() (twodsi.classic_algorithms_2dsi.DirectReconstruction method)
AutoDiff (class in chirp_scan.general_algorithms_chirpscan)
(class in frog.general_algorithms_frog)
(class in real_fields.chirp_scan.general_algorithms_chirpscan_real_fields)
(class in real_fields.frog.general_algorithms_frog_real_fields)
(class in real_fields.tdp.general_algorithms_tdp_real_fields)
(class in real_fields.twodsi.general_algorithms_2dsi_real_fields)
(class in real_fields.vampire.general_algorithms_vampire_real_fields)
(class in streaking.general_algorithms_streaking)
(class in tdp.general_algorithms_tdp)
(class in twodsi.general_algorithms_2dsi)
(class in vampire.general_algorithms_vampire)
AutoDiffBASE (class in core.base_general_optimization)
AutoDiffBASESTREAKING (class in streaking.base_classes_streaking)
B
backtracking_linesearch() (in module core.stepsize)
backward_loop() (in module core.lbfgs)
Basic (class in chirp_scan.classic_algorithms_chirpscan)
best1() (core.base_general_optimization.DifferentialEvolutionBASE method)
best2() (core.base_general_optimization.DifferentialEvolutionBASE method)
beta_average() (in module core.nonlinear_cg)
beta_dai_yuan() (in module core.nonlinear_cg)
beta_fletcher_reeves() (in module core.nonlinear_cg)
beta_hestenes_stiefel() (in module core.nonlinear_cg)
beta_polak_ribiere() (in module core.nonlinear_cg)
bin_crossover() (core.base_general_optimization.DifferentialEvolutionBASE method)
bisection_step() (core.base_classic_algorithms.LSFBASE method)
bspline_amplitude() (core.base_classes_algorithms.GeneralOptimizationBASE method)
bspline_guess_amp() (in module core.create_population)
bspline_guess_phase() (in module core.create_population)
bspline_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
C
c0 (core.base_classes_methods.RetrievePulses2DSI attribute)
(core.base_classes_methods.RetrievePulsesVAMPIRE attribute)
c1 (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
c2 (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
calc_approximate_phase_individual() (chirp_scan.classic_algorithms_chirpscan.MIIPS method)
calc_error_for_linesearch() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
calc_error_of_reconstruction() (twodsi.classic_algorithms_2dsi.DirectReconstruction method)
calc_G_MIIPS_phase() (in module core.phase_matrix_funcs)
calc_gaussian_phase() (in module core.phase_matrix_funcs)
calc_GDD() (in module core.phase_matrix_funcs)
calc_grad_for_linesearch() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
calc_group_delay_phase() (in module core.phase_matrix_funcs)
calc_MIIPS_phase() (in module core.phase_matrix_funcs)
calc_sine_phase() (in module core.phase_matrix_funcs)
calc_tanh_phase() (in module core.phase_matrix_funcs)
calc_Z_error_for_linesearch() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
calc_Z_error_pseudo_hessian_all_m() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_element() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_element_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_element_pulse() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_one_m() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_cross_correlation_pulse() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_nhg() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_nhg_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_nhg_interferometric() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_nhg_interferometric_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_nhg_interferometric_cross_correlation_pulse() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_nhg_pulse() (in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_pg() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_pg_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_pg_interferometric() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_pg_interferometric_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_pg_interferometric_cross_correlation_pulse() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_pg_pulse() (in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_sd() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_sd_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_sd_pulse() (in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_shg() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_shg_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_shg_interferometric() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_shg_interferometric_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_shg_interferometric_cross_correlation_pulse() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_shg_pulse() (in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_thg() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_thg_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_thg_interferometric() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_thg_interferometric_cross_correlation_gate() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_thg_interferometric_cross_correlation_pulse() (in module core.hessians.frog_z_error_pseudo_hessian)
calc_Z_error_pseudo_hessian_subelement_thg_pulse() (in module core.hessians.twodsi_z_error_pseudo_hessian)
calc_Z_grad_for_linesearch() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
calculate_error() (core.base_classic_algorithms.LSFBASE method)
calculate_error_individual() (core.base_classes_algorithms.GeneralOptimizationBASE method)
calculate_error_population() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
(core.base_classes_algorithms.GeneralOptimizationBASE method)
calculate_gate() (frog.classic_algorithms_frog.CPCGPA method)
(in module utilities)
(real_fields.frog.classical_algorithms_frog_real_fields.CPCGPA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.CPCGPA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.CPCGPA method)
(tdp.classic_algorithms_tdp.CPCGPA method)
(vampire.classic_algorithms_vampire.CPCGPA method)
calculate_gate_with_Real_Fields() (in module utilities)
calculate_mu() (in module utilities)
calculate_newton_direction() (in module utilities)
calculate_opf() (core.base_classic_algorithms.CPCGPABASE method)
calculate_phase_matrix() (in module core.phase_matrix_funcs)
calculate_phase_matrix_material() (in module core.phase_matrix_funcs)
calculate_PIE_descent_direction() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
calculate_PIE_descent_direction_m() (chirp_scan.classic_algorithms_chirpscan.PtychographicIterativeEngine method)
(frog.classic_algorithms_frog.PtychographicIterativeEngine method)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.PtychographicIterativeEngine method)
(real_fields.frog.classical_algorithms_frog_real_fields.PtychographicIterativeEngine method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.PtychographicIterativeEngine method)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.PtychographicIterativeEngine method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.PtychographicIterativeEngine method)
(twodsi.classic_algorithms_2dsi.PtychographicIterativeEngine method)
(vampire.classic_algorithms_vampire.PtychographicIterativeEngine method)
calculate_PIE_error() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
calculate_PIE_mu() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
calculate_PIE_newton_direction() (chirp_scan.classic_algorithms_chirpscan.PtychographicIterativeEngine method)
(frog.classic_algorithms_frog.PtychographicIterativeEngine method)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.PtychographicIterativeEngine method)
(real_fields.frog.classical_algorithms_frog_real_fields.PtychographicIterativeEngine method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.PtychographicIterativeEngine method)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.PtychographicIterativeEngine method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.PtychographicIterativeEngine method)
(twodsi.classic_algorithms_2dsi.PtychographicIterativeEngine method)
(vampire.classic_algorithms_vampire.PtychographicIterativeEngine method)
calculate_PIE_trace() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
calculate_quasi_newton_direction() (in module core.lbfgs)
calculate_r_descent_direction() (in module core.construct_s_prime)
calculate_r_error() (in module core.construct_s_prime)
calculate_r_error_amplitude() (in module core.construct_s_prime)
calculate_r_error_intensity() (in module core.construct_s_prime)
calculate_r_gradient() (in module core.construct_s_prime)
calculate_r_gradient_amplitude() (in module core.construct_s_prime)
calculate_r_gradient_intensity() (in module core.construct_s_prime)
calculate_r_newton_diagonal() (in module core.construct_s_prime)
calculate_r_newton_diagonal_amplitude() (in module core.construct_s_prime)
calculate_r_newton_diagonal_intensity() (in module core.construct_s_prime)
calculate_S_prime() (in module core.construct_s_prime)
calculate_S_prime_individual() (core.base_classes_algorithms.AlgorithmsBASE method)
calculate_S_prime_iterative() (in module core.construct_s_prime)
calculate_S_prime_iterative_step() (in module core.construct_s_prime)
calculate_S_prime_population() (core.base_classes_algorithms.AlgorithmsBASE method)
calculate_S_prime_projection() (in module core.construct_s_prime)
calculate_shifted_signal() (core.base_classes_methods.RetrievePulsesFROG method)
calculate_signal_t() (core.base_classes_methods.RetrievePulses2DSI method)
(core.base_classes_methods.RetrievePulsesCHIRPSCAN method)
(core.base_classes_methods.RetrievePulsesFROG method)
(core.base_classes_methods.RetrievePulsesSTREAKING method)
(core.base_classes_methods.RetrievePulsesTDP method)
(core.base_classes_methods.RetrievePulsesVAMPIRE method)
calculate_signal_t_using_opf() (core.base_classic_algorithms.CPCGPABASE method)
(real_fields.frog.classical_algorithms_frog_real_fields.CPCGPA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.CPCGPA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.CPCGPA method)
calculate_trace() (in module utilities)
calculate_trace_error() (in module utilities)
calculate_Z_error() (in module utilities)
calculate_Z_gradient() (in module core.gradients.chirpscan_z_error_gradients)
(in module core.gradients.frog_z_error_gradients)
(in module core.gradients.streaking_z_error_gradients)
(in module core.gradients.tdp_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
(in module core.gradients.vampire_z_error_gradients)
calculate_Z_gradient_gate() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
calculate_Z_gradient_individual() (chirp_scan.classic_algorithms_chirpscan.GeneralizedProjection method)
(frog.classic_algorithms_frog.GeneralizedProjection method)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.GeneralizedProjection method)
(real_fields.frog.classical_algorithms_frog_real_fields.GeneralizedProjection method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.GeneralizedProjection method)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.GeneralizedProjection method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.GeneralizedProjection method)
(streaking.classical_algorithms_streaking.GeneralizedProjection method)
(tdp.classic_algorithms_tdp.GeneralizedProjection method)
(twodsi.classic_algorithms_2dsi.GeneralizedProjection method)
(vampire.classic_algorithms_vampire.GeneralizedProjection method)
calculate_Z_gradient_pulse() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
calculate_Z_newton_direction() (chirp_scan.classic_algorithms_chirpscan.GeneralizedProjection method)
(frog.classic_algorithms_frog.GeneralizedProjection method)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.GeneralizedProjection method)
(real_fields.frog.classical_algorithms_frog_real_fields.GeneralizedProjection method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.GeneralizedProjection method)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.GeneralizedProjection method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.GeneralizedProjection method)
(streaking.classical_algorithms_streaking.GeneralizedProjection method)
(tdp.classic_algorithms_tdp.GeneralizedProjection method)
(twodsi.classic_algorithms_2dsi.GeneralizedProjection method)
(vampire.classic_algorithms_vampire.GeneralizedProjection method)
center_signal() (in module utilities)
center_signal_to_max() (in module utilities)
central_frequency (simulate_trace.make_pulse.GaussianAmplitude attribute)
(simulate_trace.make_pulse.LorentzianAmplitude attribute)
(simulate_trace.make_pulse.MultiPulse attribute)
(simulate_trace.make_pulse.PolynomialPhase attribute)
(simulate_trace.make_pulse.SinusoidalPhase attribute)
(simulate_trace.make_pulse.TemporalAmplitude attribute)
check_and_correct_if_scalar() (in module simulate_trace.make_pulse)
chirp_scan
module
chirp_scan.classic_algorithms_chirpscan
module
chirp_scan.general_algorithms_chirpscan
module
ClassicalAlgorithmsBASESTREAKING (class in streaking.base_classes_streaking)
ClassicAlgorithmsBASE (class in core.base_classes_algorithms)
coefficients (simulate_trace.make_pulse.PolynomialPhase attribute)
conjugate_gradients (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
constant() (in module core.create_population)
constant_phase() (in module core.create_population)
constraints (core.base_classic_algorithms.CPCGPABASE attribute)
(frog.classic_algorithms_frog.CPCGPA attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.CPCGPA attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.CPCGPA attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.CPCGPA attribute)
(tdp.classic_algorithms_tdp.CPCGPA attribute)
(vampire.classic_algorithms_vampire.CPCGPA attribute)
construct_trace() (core.base_classes_algorithms.GeneralOptimizationBASE method)
continuous_discrete_guess_amp() (in module core.create_population)
continuous_discrete_guess_phase() (in module core.create_population)
convert_energy_eV_au() (core.base_classes_methods.RetrievePulsesSTREAKING method)
convert_frequency_PHz_au() (core.base_classes_methods.RetrievePulsesSTREAKING method)
convert_opf_to_signal_t() (core.base_classic_algorithms.CPCGPABASE method)
convert_signal_t_to_opf() (core.base_classic_algorithms.CPCGPABASE method)
convert_time_fs_au() (core.base_classes_methods.RetrievePulsesSTREAKING method)
COPRA (class in chirp_scan.classic_algorithms_chirpscan)
(class in frog.classic_algorithms_frog)
(class in real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields)
(class in real_fields.frog.classical_algorithms_frog_real_fields)
(class in real_fields.tdp.classical_algorithms_tdp_real_fields)
(class in real_fields.twodsi.classical_algorithms_2dsi_real_fields)
(class in real_fields.vampire.classical_algorithms_vampire_real_fields)
(class in streaking.classical_algorithms_streaking)
(class in tdp.classic_algorithms_tdp)
(class in twodsi.classic_algorithms_2dsi)
(class in vampire.classic_algorithms_vampire)
COPRABASE (class in core.base_classic_algorithms)
COPRABASESTREAKING (class in streaking.base_classes_streaking)
core
module
core.base_classes_algorithms
module
core.base_classes_methods
module
core.base_classic_algorithms
module
core.base_general_optimization
module
core.bsplines_1d
module
core.construct_s_prime
module
core.create_population
module
core.gradients
module
core.gradients.chirpscan_z_error_gradients
module
core.gradients.frog_z_error_gradients
module
core.gradients.streaking_z_error_gradients
module
core.gradients.tdp_z_error_gradients
module
core.gradients.twodsi_z_error_gradients
module
core.gradients.vampire_z_error_gradients
module
core.hessians
module
core.hessians.chirpscan_z_error_pseudo_hessian
module
core.hessians.frog_z_error_pseudo_hessian
module
core.hessians.pie_pseudo_hessian
module
core.hessians.streaking_z_error_pseudo_hessian
module
core.hessians.tdp_z_error_pseudo_hessian
module
core.hessians.twodsi_z_error_pseudo_hessian
module
core.hessians.vampire_z_error_pseudo_hessian
module
core.initial_guess_doublepulse
module
core.lbfgs
module
core.nonlinear_cg
module
core.phase_matrix_funcs
module
core.spectral_filter_funcs
module
core.stepsize
module
CPCGPA (class in frog.classic_algorithms_frog)
(class in real_fields.frog.classical_algorithms_frog_real_fields)
(class in real_fields.tdp.classical_algorithms_tdp_real_fields)
(class in real_fields.vampire.classical_algorithms_vampire_real_fields)
(class in tdp.classic_algorithms_tdp)
(class in vampire.classic_algorithms_vampire)
CPCGPABASE (class in core.base_classic_algorithms)
create_amp() (in module core.create_population)
create_initial_population() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
(core.base_classes_algorithms.GeneralOptimizationBASE method)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING method)
(streaking.base_classes_streaking.GeneralOptimizationBASESTREAKING method)
create_initial_population_doublepulse() (core.base_classes_methods.RetrievePulsesFROG method)
create_phase() (in module core.create_population)
create_population_classic() (in module core.create_population)
create_population_general() (in module core.create_population)
cross_correlation (core.base_classes_methods.RetrievePulsesFROG attribute)
crossover_rate (chirp_scan.general_algorithms_chirpscan.DifferentialEvolution attribute)
(core.base_general_optimization.DifferentialEvolutionBASE attribute)
(frog.general_algorithms_frog.DifferentialEvolution attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.DifferentialEvolution attribute)
(real_fields.frog.general_algorithms_frog_real_fields.DifferentialEvolution attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.DifferentialEvolution attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.DifferentialEvolution attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.DifferentialEvolution attribute)
(streaking.base_classes_streaking.DifferentialEvolutionBASESTREAKING attribute)
(streaking.general_algorithms_streaking.DifferentialEvolution attribute)
(tdp.general_algorithms_tdp.DifferentialEvolution attribute)
(twodsi.general_algorithms_2dsi.DifferentialEvolution attribute)
(vampire.general_algorithms_vampire.DifferentialEvolution attribute)
currenttobest1() (core.base_general_optimization.DifferentialEvolutionBASE method)
currenttobest2() (core.base_general_optimization.DifferentialEvolutionBASE method)
currenttorand1() (core.base_general_optimization.DifferentialEvolutionBASE method)
currenttorand2() (core.base_general_optimization.DifferentialEvolutionBASE method)
custom_crossover() (core.base_general_optimization.DifferentialEvolutionBASE method)
custom_mutation() (core.base_general_optimization.DifferentialEvolutionBASE method)
CustomPulse (class in simulate_trace.make_pulse)
cut_off_intensity_for_GD (twodsi.classic_algorithms_2dsi.DirectReconstruction attribute)
D
decompose_opf() (core.base_classic_algorithms.CPCGPABASE method)
delay (simulate_trace.make_pulse.MultiPulse attribute)
delta_gamma (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
descent_info (core.base_classes_methods.RetrievePulses attribute)
descent_state (core.base_classes_methods.RetrievePulses attribute)
descent_Z_error_step() (core.base_classic_algorithms.GeneralizedProjectionBASE method)
df (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesFROG attribute)
DifferentialEvolution (class in chirp_scan.general_algorithms_chirpscan)
(class in frog.general_algorithms_frog)
(class in real_fields.chirp_scan.general_algorithms_chirpscan_real_fields)
(class in real_fields.frog.general_algorithms_frog_real_fields)
(class in real_fields.tdp.general_algorithms_tdp_real_fields)
(class in real_fields.twodsi.general_algorithms_2dsi_real_fields)
(class in real_fields.vampire.general_algorithms_vampire_real_fields)
(class in streaking.general_algorithms_streaking)
(class in tdp.general_algorithms_tdp)
(class in twodsi.general_algorithms_2dsi)
(class in vampire.general_algorithms_vampire)
DifferentialEvolutionBASE (class in core.base_general_optimization)
DifferentialEvolutionBASESTREAKING (class in streaking.base_classes_streaking)
direction_mode (chirp_scan.classic_algorithms_chirpscan.LSF attribute)
(core.base_classic_algorithms.LSFBASE attribute)
(frog.classic_algorithms_frog.LSF attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.LSF attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.LSF attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSF attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.LSF attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSF attribute)
(tdp.classic_algorithms_tdp.LSF attribute)
(twodsi.classic_algorithms_2dsi.LSF attribute)
(vampire.classic_algorithms_vampire.LSF attribute)
DirectReconstruction (class in twodsi.classic_algorithms_2dsi)
discrete_amplitude() (core.base_classes_algorithms.GeneralOptimizationBASE method)
discrete_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
do_anti_alias() (core.base_classic_algorithms.CPCGPABASE method)
do_bisection_search() (core.base_classic_algorithms.LSFBASE method)
do_checks_before_running() (core.base_classes_algorithms.AlgorithmsBASE method)
(core.base_classes_algorithms.GeneralOptimizationBASE method)
do_crossover() (core.base_general_optimization.DifferentialEvolutionBASE method)
do_descent_Z_error() (core.base_classic_algorithms.GeneralizedProjectionBASE method)
do_descent_Z_error_step() (core.base_classic_algorithms.GeneralizedProjectionBASE method)
(streaking.base_classes_streaking.GeneralizedProjectionBASESTREAKING method)
do_fft() (in module utilities)
do_ifft() (in module utilities)
do_interpolation_1d() (in module utilities)
do_iteration() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
do_lbfgs() (in module core.lbfgs)
do_linesearch() (in module core.stepsize)
do_linesearch_step() (in module core.stepsize)
do_mutation() (core.base_general_optimization.DifferentialEvolutionBASE method)
do_step_and_apply_momentum() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
do_step_and_apply_spectral_amplitude() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
(core.base_classic_algorithms.CPCGPABASE method)
doubleblind (core.base_classes_methods.RetrievePulses attribute)
dt (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesFROG attribute)
dtme_momentum (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
duration (simulate_trace.make_pulse.MultiPulse attribute)
(simulate_trace.make_pulse.TemporalAmplitude attribute)
E
end_linesearch() (in module core.stepsize)
energy_au (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
envelope (simulate_trace.make_pulse.MultiPulse attribute)
error_metric (core.base_classes_algorithms.GeneralOptimizationBASE attribute)
(streaking.base_classes_streaking.GeneralOptimizationBASESTREAKING attribute)
estimate_vectorpotential_max_scale() (in module streaking.base_classes_streaking)
Evosax (class in chirp_scan.general_algorithms_chirpscan)
(class in frog.general_algorithms_frog)
(class in real_fields.chirp_scan.general_algorithms_chirpscan_real_fields)
(class in real_fields.frog.general_algorithms_frog_real_fields)
(class in real_fields.tdp.general_algorithms_tdp_real_fields)
(class in real_fields.twodsi.general_algorithms_2dsi_real_fields)
(class in real_fields.vampire.general_algorithms_vampire_real_fields)
(class in streaking.general_algorithms_streaking)
(class in tdp.general_algorithms_tdp)
(class in twodsi.general_algorithms_2dsi)
(class in vampire.general_algorithms_vampire)
EvosaxBASE (class in core.base_general_optimization)
EvosaxBASESTREAKING (class in streaking.base_classes_streaking)
exp_crossover() (core.base_general_optimization.DifferentialEvolutionBASE method)
expand() (utilities.MyNamespace method)
F
f0 (core.base_classes_methods.RetrievePulses attribute)
f_max (simulate_trace.make_pulse.MakePulse attribute)
factor (core.base_classes_methods.RetrievePulses attribute)
fft() (core.base_classes_algorithms.AlgorithmsBASE method)
finding_phase() (in module core.stepsize)
flatten_MyNamespace() (in module utilities)
forward_loop() (in module core.lbfgs)
frequency (core.base_classes_methods.RetrievePulses attribute)
(simulate_trace.make_pulse.CustomPulse attribute)
frog
module
frog.classic_algorithms_frog
module
frog.general_algorithms_frog
module
fwhm (simulate_trace.make_pulse.GaussianAmplitude attribute)
(simulate_trace.make_pulse.LorentzianAmplitude attribute)
G
gate (core.base_classes_methods.RetrievePulsesFROG attribute)
gaussian() (in module core.initial_guess_doublepulse)
(simulate_trace.make_pulse.MakePulse method)
gaussian_amplitude() (core.base_classes_algorithms.GeneralOptimizationBASE method)
gaussian_filter() (in module core.spectral_filter_funcs)
gaussian_or_lorentzian (simulate_trace.make_pulse.MultiPulse attribute)
(simulate_trace.make_pulse.TemporalAmplitude attribute)
gaussian_or_lorentzian_guess() (in module core.create_population)
gaussian_term() (core.base_classes_algorithms.GeneralOptimizationBASE method)
GaussianAmplitude (class in simulate_trace.make_pulse)
general_amp() (in module core.create_population)
general_phase() (in module core.create_population)
GeneralizedProjection (class in chirp_scan.classic_algorithms_chirpscan)
(class in frog.classic_algorithms_frog)
(class in real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields)
(class in real_fields.frog.classical_algorithms_frog_real_fields)
(class in real_fields.tdp.classical_algorithms_tdp_real_fields)
(class in real_fields.twodsi.classical_algorithms_2dsi_real_fields)
(class in real_fields.vampire.classical_algorithms_vampire_real_fields)
(class in streaking.classical_algorithms_streaking)
(class in tdp.classic_algorithms_tdp)
(class in twodsi.classic_algorithms_2dsi)
(class in vampire.classic_algorithms_vampire)
GeneralizedProjectionBASE (class in core.base_classic_algorithms)
GeneralizedProjectionBASESTREAKING (class in streaking.base_classes_streaking)
GeneralOptimizationBASE (class in core.base_classes_algorithms)
GeneralOptimizationBASESTREAKING (class in streaking.base_classes_streaking)
generate_2dsi() (simulate_trace.make_trace.MakeTrace method)
generate_chirpscan() (simulate_trace.make_trace.MakeTrace method)
generate_E_arr() (core.base_classic_algorithms.LSFBASE method)
generate_frog() (simulate_trace.make_trace.MakeTrace method)
generate_gaussian_lorentzian_amplitude() (simulate_trace.make_pulse.MakePulse method)
generate_polynomial_phase() (simulate_trace.make_pulse.MakePulse method)
generate_pulse() (simulate_trace.make_pulse.MakePulse method)
generate_random_continuous_function() (in module utilities)
generate_signal_t() (core.base_classes_algorithms.AlgorithmsBASE method)
generate_sinusoidal_phase() (simulate_trace.make_pulse.MakePulse method)
generate_streaking() (simulate_trace.make_trace.MakeTrace method)
generate_tdp() (simulate_trace.make_trace.MakeTrace method)
generate_trace() (simulate_trace.make_trace.MakeTraceBASE method)
(simulate_trace.make_trace.MakeTraceSTREAKING method)
generate_vampire() (simulate_trace.make_trace.MakeTrace method)
get_amplitude() (core.base_classes_algorithms.GeneralOptimizationBASE method)
get_beta() (in module core.nonlinear_cg)
get_C_in() (in module core.bsplines_1d)
get_calibration_curve() (core.base_classes_methods.RetrievePulses method)
get_central_f_for_current_guess() (core.base_classes_algorithms.GeneralOptimizationBASE method)
get_com() (in module utilities)
get_data() (core.base_classes_methods.RetrievePulses method)
get_dispersed_pulse_t() (core.base_classes_methods.RetrievePulsesCHIRPSCAN method)
get_double_pulse_amps() (in module core.initial_guess_doublepulse)
get_double_pulse_initial_guess() (in module core.initial_guess_doublepulse)
get_DTME() (core.base_classes_methods.RetrievePulsesSTREAKING method)
(simulate_trace.make_trace.MakeTraceSTREAKING method)
get_filter() (in module core.spectral_filter_funcs)
get_flat_spectral_phase() (in module core.initial_guess_doublepulse)
get_gate_probe_for_hessian() (frog.classic_algorithms_frog.PtychographicIterativeEngine method)
get_gate_pulse() (core.base_classes_methods.RetrievePulses method)
(simulate_trace.make_trace.MakeTraceBASE method)
(simulate_trace.make_trace.MakeTraceSTREAKING method)
get_idx_arr() (in module utilities)
get_idx_average_individual() (core.base_classes_methods.RetrievePulses method)
get_idx_best_individual() (core.base_classes_methods.RetrievePulses method)
get_idx_worst_individual() (core.base_classes_methods.RetrievePulses method)
get_individual_from_idx() (core.base_classes_methods.RetrievePulses method)
get_initial_amp() (in module core.create_population)
get_M() (in module core.bsplines_1d)
get_m_ij() (in module core.bsplines_1d)
get_multi_pulse() (simulate_trace.make_pulse.MakePulse method)
get_nonlinear_CG_direction() (in module core.nonlinear_cg)
get_parameters_to_make_signal_t() (simulate_trace.make_trace.MakeTrace2DSI method)
(simulate_trace.make_trace.MakeTraceCHIRPSCAN method)
(simulate_trace.make_trace.MakeTraceFROG method)
(simulate_trace.make_trace.MakeTraceSTREAKING method)
(simulate_trace.make_trace.MakeTraceTDP method)
(simulate_trace.make_trace.MakeTraceVAMPIRE method)
get_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
(core.base_general_optimization.AutoDiffBASE method)
get_phase_matrix() (core.base_classes_methods.RetrievePulsesCHIRPSCAN method)
(core.base_classes_methods.RetrievePulsesVAMPIRE method)
(in module core.spectral_filter_funcs)
get_PIE_weights() (core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
get_prefactor() (in module core.bsplines_1d)
get_pseudo_newton_direction_Z_error() (in module core.hessians.chirpscan_z_error_pseudo_hessian)
(in module core.hessians.frog_z_error_pseudo_hessian)
(in module core.hessians.streaking_z_error_pseudo_hessian)
(in module core.hessians.tdp_z_error_pseudo_hessian)
(in module core.hessians.twodsi_z_error_pseudo_hessian)
(in module core.hessians.vampire_z_error_pseudo_hessian)
get_pulses_f_from_population() (core.base_classes_algorithms.GeneralOptimizationBASE method)
(streaking.base_classes_streaking.GeneralOptimizationBASESTREAKING method)
get_quasi_newton_direction() (in module core.lbfgs)
get_random_values() (core.base_classic_algorithms.LSFBASE method)
get_scalars() (core.base_classic_algorithms.LSFBASE method)
get_scaling() (in module core.stepsize)
get_score_values() (in module utilities)
get_search_direction() (core.base_classic_algorithms.LSFBASE method)
get_search_direction_individual() (core.base_classic_algorithms.LSFBASE method)
get_sk_rn() (in module utilities)
get_spectral_amplitude() (core.base_classes_methods.RetrievePulses method)
(core.base_classes_methods.RetrievePulsesSTREAKING method)
(core.base_classic_algorithms.CPCGPABASE method)
(simulate_trace.make_pulse.MakePulse method)
get_spectral_phase() (simulate_trace.make_pulse.MakePulse method)
get_Z_gradient() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
get_Z_gradient_individual() (chirp_scan.classic_algorithms_chirpscan.COPRA method)
(frog.classic_algorithms_frog.COPRA method)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.COPRA method)
(real_fields.frog.classical_algorithms_frog_real_fields.COPRA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.COPRA method)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.COPRA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.COPRA method)
(streaking.classical_algorithms_streaking.COPRA method)
(tdp.classic_algorithms_tdp.COPRA method)
(twodsi.classic_algorithms_2dsi.COPRA method)
(vampire.classic_algorithms_vampire.COPRA method)
get_Z_newton_direction() (chirp_scan.classic_algorithms_chirpscan.COPRA method)
(frog.classic_algorithms_frog.COPRA method)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.COPRA method)
(real_fields.frog.classical_algorithms_frog_real_fields.COPRA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.COPRA method)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.COPRA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.COPRA method)
(streaking.classical_algorithms_streaking.COPRA method)
(tdp.classic_algorithms_tdp.COPRA method)
(twodsi.classic_algorithms_2dsi.COPRA method)
(vampire.classic_algorithms_vampire.COPRA method)
global_adaptive_scaling (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
global_gamma (chirp_scan.classic_algorithms_chirpscan.MIIPS attribute)
(core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
global_newton (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
global_step() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
(streaking.base_classes_streaking.COPRABASESTREAKING method)
I
idtheta (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesFROG attribute)
ifft() (core.base_classes_algorithms.AlgorithmsBASE method)
impose_constraints() (core.base_classic_algorithms.CPCGPABASE method)
init_generation() (simulate_trace.make_pulse.MakePulse method)
initialize_alternating_optimization() (core.base_general_optimization.AutoDiffBASE method)
initialize_CG_state() (in module core.base_classic_algorithms)
initialize_descent_info() (in module core.base_classic_algorithms)
initialize_evosax_solver() (core.base_general_optimization.EvosaxBASE method)
initialize_general_optimizer() (core.base_classes_algorithms.GeneralOptimizationBASE method)
initialize_lbfgs_state() (in module core.base_classic_algorithms)
initialize_linesearch_info() (in module core.base_classic_algorithms)
initialize_momentum() (in module core.base_classic_algorithms)
initialize_mu() (in module utilities)
initialize_newton_info() (in module core.base_classic_algorithms)
initialize_optimistix() (core.base_general_optimization.AutoDiffBASE method)
initialize_pseudo_newton_state() (in module core.base_classic_algorithms)
initialize_run() (chirp_scan.classic_algorithms_chirpscan.Basic method)
(chirp_scan.classic_algorithms_chirpscan.MIIPS method)
(core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.CPCGPABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
(core.base_classic_algorithms.LSFBASE method)
(core.base_classic_algorithms.LSGPABASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
(core.base_general_optimization.AutoDiffBASE method)
(core.base_general_optimization.DifferentialEvolutionBASE method)
(core.base_general_optimization.EvosaxBASE method)
(frog.classic_algorithms_frog.Vanilla method)
(twodsi.classic_algorithms_2dsi.DirectReconstruction method)
initialize_S_prime_params() (in module core.base_classic_algorithms)
integrate_signal_1D() (in module utilities)
integration_method (chirp_scan.classic_algorithms_chirpscan.MIIPS attribute)
(twodsi.classic_algorithms_2dsi.DirectReconstruction attribute)
integration_order (chirp_scan.classic_algorithms_chirpscan.MIIPS attribute)
(twodsi.classic_algorithms_2dsi.DirectReconstruction attribute)
interferometric (core.base_classes_methods.RetrievePulsesFROG attribute)
interpolate_group_delay_onto_spectral_amplitude() (twodsi.classic_algorithms_2dsi.DirectReconstruction method)
interpolate_spectrum() (in module simulate_trace.make_trace)
interpolate_trace() (simulate_trace.make_trace.MakeTraceBASE method)
(simulate_trace.make_trace.MakeTraceCHIRPSCAN method)
(simulate_trace.make_trace.MakeTraceSTREAKING method)
Ip_au (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
K
key (core.base_classes_methods.RetrievePulses attribute)
L
lambda_lm (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
lbfgs_memory (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
linalg_solver (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
linesearch (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
local_adaptive_scaling (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
local_gamma (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
local_iteration() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
(streaking.base_classes_streaking.COPRABASESTREAKING method)
local_newton (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
local_step() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
lorentzian() (simulate_trace.make_pulse.MakePulse method)
lorentzian_amplitude() (core.base_classes_algorithms.GeneralOptimizationBASE method)
lorentzian_filter() (in module core.spectral_filter_funcs)
lorentzian_term() (core.base_classes_algorithms.GeneralOptimizationBASE method)
LorentzianAmplitude (class in simulate_trace.make_pulse)
loss_function() (core.base_general_optimization.AutoDiffBASE method)
(streaking.base_classes_streaking.AutoDiffBASESTREAKING method)
loss_function_amp() (core.base_general_optimization.AutoDiffBASE method)
loss_function_for_general() (in module core.base_general_optimization)
loss_function_phase() (core.base_general_optimization.AutoDiffBASE method)
LSF (class in chirp_scan.classic_algorithms_chirpscan)
(class in frog.classic_algorithms_frog)
(class in real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields)
(class in real_fields.frog.classical_algorithms_frog_real_fields)
(class in real_fields.tdp.classical_algorithms_tdp_real_fields)
(class in real_fields.twodsi.classical_algorithms_2dsi_real_fields)
(class in real_fields.vampire.classical_algorithms_vampire_real_fields)
(class in tdp.classic_algorithms_tdp)
(class in twodsi.classic_algorithms_2dsi)
(class in vampire.classic_algorithms_vampire)
LSFBASE (class in core.base_classic_algorithms)
LSGPA (class in frog.classic_algorithms_frog)
(class in real_fields.frog.classical_algorithms_frog_real_fields)
(class in real_fields.tdp.classical_algorithms_tdp_real_fields)
(class in real_fields.vampire.classical_algorithms_vampire_real_fields)
(class in tdp.classic_algorithms_tdp)
(class in vampire.classic_algorithms_vampire)
LSGPABASE (class in core.base_classic_algorithms)
M
make_axis() (core.base_classes_methods.RetrievePulsesSTREAKING method)
make_axis_dtme() (core.base_classes_methods.RetrievePulsesSTREAKING method)
make_bin_mask_tree() (core.base_general_optimization.DifferentialEvolutionBASE method)
make_bsplines() (in module core.bsplines_1d)
make_dressed_DTME() (core.base_classes_methods.RetrievePulsesSTREAKING method)
make_exp_mask_tree() (core.base_general_optimization.DifferentialEvolutionBASE method)
make_key_tree() (in module core.base_general_optimization)
make_population_bisection_search() (core.base_classic_algorithms.LSFBASE method)
make_population_doublepulse() (in module core.initial_guess_doublepulse)
make_pulse_f_from_individual() (core.base_classes_algorithms.GeneralOptimizationBASE method)
make_streaking_amplitude() (core.base_classes_methods.RetrievePulsesSTREAKING method)
make_volkov_phase_0() (core.base_classes_methods.RetrievePulsesSTREAKING method)
make_volkov_phase_1() (core.base_classes_methods.RetrievePulsesSTREAKING method)
MakePulse (class in simulate_trace.make_pulse)
MakeTrace (class in simulate_trace.make_trace)
maketrace (simulate_trace.make_trace.MakeTrace attribute)
MakeTrace2DSI (class in simulate_trace.make_trace)
MakeTrace2DSIReal (class in simulate_trace.make_trace)
MakeTraceBASE (class in simulate_trace.make_trace)
MakeTraceCHIRPSCAN (class in simulate_trace.make_trace)
MakeTraceCHIRPSCANReal (class in simulate_trace.make_trace)
MakeTraceFROG (class in simulate_trace.make_trace)
MakeTraceFROGReal (class in simulate_trace.make_trace)
MakeTraceSTREAKING (class in simulate_trace.make_trace)
MakeTraceTDP (class in simulate_trace.make_trace)
MakeTraceTDPReal (class in simulate_trace.make_trace)
MakeTraceVAMPIRE (class in simulate_trace.make_trace)
MakeTraceVAMPIREReal (class in simulate_trace.make_trace)
max_steps_linesearch (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
maxval_phase (simulate_trace.make_pulse.RandomPhase attribute)
measured_trace (core.base_classes_methods.RetrievePulses attribute)
measurement_info (core.base_classes_methods.RetrievePulses attribute)
merge_population_from_amp_and_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
(streaking.base_classes_streaking.GeneralOptimizationBASESTREAKING method)
merge_pytrees() (in module core.base_general_optimization)
MIIPS (class in chirp_scan.classic_algorithms_chirpscan)
minval_phase (simulate_trace.make_pulse.RandomPhase attribute)
modify_grad_for_gate_pulse() (frog.classic_algorithms_frog.PtychographicIterativeEngine method)
module
chirp_scan
chirp_scan.classic_algorithms_chirpscan
chirp_scan.general_algorithms_chirpscan
core
core.base_classes_algorithms
core.base_classes_methods
core.base_classic_algorithms
core.base_general_optimization
core.bsplines_1d
core.construct_s_prime
core.create_population
core.gradients
core.gradients.chirpscan_z_error_gradients
core.gradients.frog_z_error_gradients
core.gradients.streaking_z_error_gradients
core.gradients.tdp_z_error_gradients
core.gradients.twodsi_z_error_gradients
core.gradients.vampire_z_error_gradients
core.hessians
core.hessians.chirpscan_z_error_pseudo_hessian
core.hessians.frog_z_error_pseudo_hessian
core.hessians.pie_pseudo_hessian
core.hessians.streaking_z_error_pseudo_hessian
core.hessians.tdp_z_error_pseudo_hessian
core.hessians.twodsi_z_error_pseudo_hessian
core.hessians.vampire_z_error_pseudo_hessian
core.initial_guess_doublepulse
core.lbfgs
core.nonlinear_cg
core.phase_matrix_funcs
core.spectral_filter_funcs
core.stepsize
frog
frog.classic_algorithms_frog
frog.general_algorithms_frog
real_fields
real_fields.chirp_scan
real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields
real_fields.chirp_scan.general_algorithms_chirpscan_real_fields
real_fields.frog
real_fields.frog.classical_algorithms_frog_real_fields
real_fields.frog.general_algorithms_frog_real_fields
real_fields.tdp
real_fields.tdp.classical_algorithms_tdp_real_fields
real_fields.tdp.general_algorithms_tdp_real_fields
real_fields.twodsi
real_fields.twodsi.classical_algorithms_2dsi_real_fields
real_fields.twodsi.general_algorithms_2dsi_real_fields
real_fields.vampire
real_fields.vampire.classical_algorithms_vampire_real_fields
real_fields.vampire.general_algorithms_vampire_real_fields
simulate_trace
simulate_trace.make_pulse
simulate_trace.make_trace
streaking
streaking.base_classes_streaking
streaking.classical_algorithms_streaking
streaking.general_algorithms_streaking
tdp
tdp.classic_algorithms_tdp
tdp.general_algorithms_tdp
twodsi
twodsi.classic_algorithms_2dsi
twodsi.general_algorithms_2dsi
utilities
vampire
vampire.classic_algorithms_vampire
vampire.general_algorithms_vampire
momentum() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
momentum_au (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
momentum_is_being_used (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(core.base_classes_methods.RetrievePulses attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
multi_filter() (in module core.spectral_filter_funcs)
MultiPulse (class in simulate_trace.make_pulse)
mutation_rate (chirp_scan.general_algorithms_chirpscan.DifferentialEvolution attribute)
(core.base_general_optimization.DifferentialEvolutionBASE attribute)
(frog.general_algorithms_frog.DifferentialEvolution attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.DifferentialEvolution attribute)
(real_fields.frog.general_algorithms_frog_real_fields.DifferentialEvolution attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.DifferentialEvolution attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.DifferentialEvolution attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.DifferentialEvolution attribute)
(streaking.base_classes_streaking.DifferentialEvolutionBASESTREAKING attribute)
(streaking.general_algorithms_streaking.DifferentialEvolution attribute)
(tdp.general_algorithms_tdp.DifferentialEvolution attribute)
(twodsi.general_algorithms_2dsi.DifferentialEvolution attribute)
(vampire.general_algorithms_vampire.DifferentialEvolution attribute)
MyNamespace (class in utilities)
N
N (simulate_trace.make_pulse.MakePulse attribute)
no_sections (chirp_scan.classic_algorithms_chirpscan.LSF attribute)
(core.base_classic_algorithms.LSFBASE attribute)
(frog.classic_algorithms_frog.LSF attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.LSF attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.LSF attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSF attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.LSF attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSF attribute)
(tdp.classic_algorithms_tdp.LSF attribute)
(twodsi.classic_algorithms_2dsi.LSF attribute)
(vampire.classic_algorithms_vampire.LSF attribute)
no_steps_descent (chirp_scan.classic_algorithms_chirpscan.GeneralizedProjection attribute)
(core.base_classic_algorithms.GeneralizedProjectionBASE attribute)
(frog.classic_algorithms_frog.GeneralizedProjection attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.GeneralizedProjection attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.GeneralizedProjection attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.GeneralizedProjection attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.GeneralizedProjection attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.GeneralizedProjection attribute)
(streaking.base_classes_streaking.GeneralizedProjectionBASESTREAKING attribute)
(streaking.classical_algorithms_streaking.GeneralizedProjection attribute)
(tdp.classic_algorithms_tdp.GeneralizedProjection attribute)
(twodsi.classic_algorithms_2dsi.GeneralizedProjection attribute)
(vampire.classic_algorithms_vampire.GeneralizedProjection attribute)
nonlinear_method (core.base_classes_methods.RetrievePulses attribute)
normalize_after_every_step (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
normalize_population() (in module core.base_classic_algorithms)
(in module streaking.base_classes_streaking)
number_of_disection_iterations (chirp_scan.classic_algorithms_chirpscan.LSF attribute)
(core.base_classic_algorithms.LSFBASE attribute)
(frog.classic_algorithms_frog.LSF attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.LSF attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.LSF attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSF attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.LSF attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSF attribute)
(tdp.classic_algorithms_tdp.LSF attribute)
(twodsi.classic_algorithms_2dsi.LSF attribute)
(vampire.classic_algorithms_vampire.LSF attribute)
number_of_points (simulate_trace.make_pulse.RandomPhase attribute)
O
only_allow_improvements (chirp_scan.classic_algorithms_chirpscan.LSF attribute)
(core.base_classic_algorithms.LSFBASE attribute)
(frog.classic_algorithms_frog.LSF attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.LSF attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.LSF attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSF attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.LSF attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSF attribute)
(tdp.classic_algorithms_tdp.LSF attribute)
(twodsi.classic_algorithms_2dsi.LSF attribute)
(vampire.classic_algorithms_vampire.LSF attribute)
optimistix_helper_loss_function() (in module utilities)
optimize_group_delay (chirp_scan.general_algorithms_chirpscan.AutoDiff attribute)
(core.base_general_optimization.AutoDiffBASE attribute)
(frog.general_algorithms_frog.AutoDiff attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.AutoDiff attribute)
(real_fields.frog.general_algorithms_frog_real_fields.AutoDiff attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.AutoDiff attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.AutoDiff attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.AutoDiff attribute)
(streaking.base_classes_streaking.AutoDiffBASESTREAKING attribute)
(streaking.general_algorithms_streaking.AutoDiff attribute)
(tdp.general_algorithms_tdp.AutoDiff attribute)
(twodsi.general_algorithms_2dsi.AutoDiff attribute)
(vampire.general_algorithms_vampire.AutoDiff attribute)
optimize_spectral_phase_directly (chirp_scan.classic_algorithms_chirpscan.GeneralizedProjection attribute)
(chirp_scan.classic_algorithms_chirpscan.PtychographicIterativeEngine attribute)
(core.base_classic_algorithms.GeneralizedProjectionBASE attribute)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE attribute)
(frog.classic_algorithms_frog.GeneralizedProjection attribute)
(frog.classic_algorithms_frog.PtychographicIterativeEngine attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.GeneralizedProjection attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.PtychographicIterativeEngine attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.GeneralizedProjection attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.PtychographicIterativeEngine attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.GeneralizedProjection attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.PtychographicIterativeEngine attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.GeneralizedProjection attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.PtychographicIterativeEngine attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.GeneralizedProjection attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.PtychographicIterativeEngine attribute)
(streaking.base_classes_streaking.GeneralizedProjectionBASESTREAKING attribute)
(streaking.classical_algorithms_streaking.GeneralizedProjection attribute)
(tdp.classic_algorithms_tdp.GeneralizedProjection attribute)
(tdp.classic_algorithms_tdp.PtychographicIterativeEngine attribute)
(twodsi.classic_algorithms_2dsi.GeneralizedProjection attribute)
(twodsi.classic_algorithms_2dsi.PtychographicIterativeEngine attribute)
(vampire.classic_algorithms_vampire.GeneralizedProjection attribute)
(vampire.classic_algorithms_vampire.PtychographicIterativeEngine attribute)
P
p (simulate_trace.make_pulse.GaussianAmplitude attribute)
(simulate_trace.make_pulse.LorentzianAmplitude attribute)
(simulate_trace.make_pulse.MultiPulse attribute)
(simulate_trace.make_pulse.TemporalAmplitude attribute)
parameters (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
periodicity (simulate_trace.make_pulse.SinusoidalPhase attribute)
phase (simulate_trace.make_pulse.CustomPulse attribute)
(simulate_trace.make_pulse.MultiPulse attribute)
phase_matrix (core.base_classes_methods.RetrievePulses2DSI attribute)
(core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesVAMPIRE attribute)
phase_shift (simulate_trace.make_pulse.SinusoidalPhase attribute)
PIE_get_diagonal_pseudo_hessian_all_m() (in module core.hessians.pie_pseudo_hessian)
PIE_get_full_pseudo_hessian_all_m() (in module core.hessians.pie_pseudo_hessian)
PIE_get_pseudo_hessian_all_m() (in module core.hessians.pie_pseudo_hessian)
PIE_get_pseudo_newton_direction() (in module core.hessians.pie_pseudo_hessian)
pie_method (chirp_scan.classic_algorithms_chirpscan.PtychographicIterativeEngine attribute)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE attribute)
(frog.classic_algorithms_frog.PtychographicIterativeEngine attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.PtychographicIterativeEngine attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.PtychographicIterativeEngine attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.PtychographicIterativeEngine attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.PtychographicIterativeEngine attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.PtychographicIterativeEngine attribute)
(tdp.classic_algorithms_tdp.PtychographicIterativeEngine attribute)
(twodsi.classic_algorithms_2dsi.PtychographicIterativeEngine attribute)
(vampire.classic_algorithms_vampire.PtychographicIterativeEngine attribute)
plot_envelopes() (simulate_trace.make_pulse.MakePulse method)
plot_results() (core.base_classes_methods.RetrievePulses method)
(core.base_classes_methods.RetrievePulsesSTREAKING method)
plot_trace() (simulate_trace.make_trace.MakeTraceBASE method)
(simulate_trace.make_trace.MakeTraceSTREAKING method)
polynomial_guess() (in module core.create_population)
polynomial_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
polynomial_term() (core.base_classes_algorithms.GeneralOptimizationBASE method)
PolynomialPhase (class in simulate_trace.make_pulse)
position_au (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
post_process() (core.base_classes_methods.RetrievePulses method)
(core.base_classes_methods.RetrievePulsesSTREAKING method)
post_process_center_pulse_and_gate() (core.base_classes_methods.RetrievePulses method)
(core.base_classes_methods.RetrievePulsesSTREAKING method)
post_process_create_trace() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
(core.base_classes_algorithms.GeneralOptimizationBASE method)
(core.base_classic_algorithms.CPCGPABASE method)
post_process_get_pulse_and_gate() (core.base_classes_methods.RetrievePulses method)
(core.base_classes_methods.RetrievePulsesSTREAKING method)
prng_seed (core.base_classes_methods.RetrievePulses attribute)
project_onto_amplitude() (in module utilities)
project_onto_intensity() (in module utilities)
PtychographicIterativeEngine (class in chirp_scan.classic_algorithms_chirpscan)
(class in frog.classic_algorithms_frog)
(class in real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields)
(class in real_fields.frog.classical_algorithms_frog_real_fields)
(class in real_fields.tdp.classical_algorithms_tdp_real_fields)
(class in real_fields.twodsi.classical_algorithms_2dsi_real_fields)
(class in real_fields.vampire.classical_algorithms_vampire_real_fields)
(class in tdp.classic_algorithms_tdp)
(class in twodsi.classic_algorithms_2dsi)
(class in vampire.classic_algorithms_vampire)
PtychographicIterativeEngineBASE (class in core.base_classic_algorithms)
R
r_global_method (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
r_gradient (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
r_local_method (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
r_newton (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
r_no_iterations (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
rand1() (core.base_general_optimization.DifferentialEvolutionBASE method)
rand2() (core.base_general_optimization.DifferentialEvolutionBASE method)
random() (in module core.create_population)
random_phase() (in module core.create_population)
RandomPhase (class in simulate_trace.make_pulse)
randtobest1() (core.base_general_optimization.DifferentialEvolutionBASE method)
randtobest2() (core.base_general_optimization.DifferentialEvolutionBASE method)
ratio_points_for_continuous (chirp_scan.classic_algorithms_chirpscan.LSF attribute)
(core.base_classic_algorithms.LSFBASE attribute)
(frog.classic_algorithms_frog.LSF attribute)
(real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields.LSF attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.LSF attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSF attribute)
(real_fields.twodsi.classical_algorithms_2dsi_real_fields.LSF attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSF attribute)
(tdp.classic_algorithms_tdp.LSF attribute)
(twodsi.classic_algorithms_2dsi.LSF attribute)
(vampire.classic_algorithms_vampire.LSF attribute)
real_fields
module
real_fields.chirp_scan
module
real_fields.chirp_scan.classical_algorithms_chirpscan_real_fields
module
real_fields.chirp_scan.general_algorithms_chirpscan_real_fields
module
real_fields.frog
module
real_fields.frog.classical_algorithms_frog_real_fields
module
real_fields.frog.general_algorithms_frog_real_fields
module
real_fields.tdp
module
real_fields.tdp.classical_algorithms_tdp_real_fields
module
real_fields.tdp.general_algorithms_tdp_real_fields
module
real_fields.twodsi
module
real_fields.twodsi.classical_algorithms_2dsi_real_fields
module
real_fields.twodsi.general_algorithms_2dsi_real_fields
module
real_fields.vampire
module
real_fields.vampire.classical_algorithms_vampire_real_fields
module
real_fields.vampire.general_algorithms_vampire_real_fields
module
reconstruct_2dsi_1dfft() (twodsi.classic_algorithms_2dsi.DirectReconstruction method)
rectangular_filter() (in module core.spectral_filter_funcs)
refractive_index (core.base_classes_methods.RetrievePulses2DSI attribute)
(core.base_classes_methods.RetrievePulsesVAMPIRE attribute)
remove_phase_jumps() (in module utilities)
retrieve_dtme (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
RetrievePulses (class in core.base_classes_methods)
RetrievePulses2DSI (class in core.base_classes_methods)
RetrievePulsesCHIRPSCAN (class in core.base_classes_methods)
RetrievePulsesFROG (class in core.base_classes_methods)
RetrievePulsesSTREAKING (class in core.base_classes_methods)
RetrievePulsesTDP (class in core.base_classes_methods)
RetrievePulsesVAMPIRE (class in core.base_classes_methods)
reverse_transform_grad() (chirp_scan.classic_algorithms_chirpscan.PtychographicIterativeEngine method)
(frog.classic_algorithms_frog.PtychographicIterativeEngine method)
rn (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesFROG attribute)
rn_position_momentum (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
run() (core.base_classes_algorithms.AlgorithmsBASE method)
(core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
run_scan() (in module utilities)
S
scan_helper() (in module utilities)
scan_helper_equinox() (in module utilities)
search_along_direction() (core.base_classic_algorithms.LSFBASE method)
select_new_brackets_bisection() (core.base_classic_algorithms.LSFBASE method)
select_new_brackets_N_section() (core.base_classic_algorithms.LSFBASE method)
select_population() (core.base_general_optimization.DifferentialEvolutionBASE method)
selection_mechanism (chirp_scan.general_algorithms_chirpscan.DifferentialEvolution attribute)
(core.base_general_optimization.DifferentialEvolutionBASE attribute)
(frog.general_algorithms_frog.DifferentialEvolution attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.DifferentialEvolution attribute)
(real_fields.frog.general_algorithms_frog_real_fields.DifferentialEvolution attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.DifferentialEvolution attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.DifferentialEvolution attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.DifferentialEvolution attribute)
(streaking.base_classes_streaking.DifferentialEvolutionBASESTREAKING attribute)
(streaking.general_algorithms_streaking.DifferentialEvolution attribute)
(tdp.general_algorithms_tdp.DifferentialEvolution attribute)
(twodsi.general_algorithms_2dsi.DifferentialEvolution attribute)
(vampire.general_algorithms_vampire.DifferentialEvolution attribute)
set_adaptive_stepsize() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
set_linesearch() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
set_nonlinear_optimization() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
set_S_prime_params() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
shift_rows() (core.base_classic_algorithms.CPCGPABASE method)
shift_signal_in_time() (core.base_classes_methods.RetrievePulsesFROG method)
shuffle_data_along_m() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
shuffle_pytree() (in module core.base_general_optimization)
sigma (simulate_trace.make_pulse.RandomPhase attribute)
sigmoidal_guess() (in module core.create_population)
simulate_trace
module
simulate_trace.make_pulse
module
simulate_trace.make_trace
module
sinusoidal_guess() (in module core.create_population)
sinusoidal_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
sinusoidal_term() (core.base_classes_algorithms.GeneralOptimizationBASE method)
SinusoidalPhase (class in simulate_trace.make_pulse)
sk (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesFROG attribute)
sk_position_momentum (core.base_classes_methods.RetrievePulsesSTREAKING attribute)
smooth_crossover() (core.base_general_optimization.DifferentialEvolutionBASE method)
solve_linear_system() (in module utilities)
solver (chirp_scan.general_algorithms_chirpscan.AutoDiff attribute)
(chirp_scan.general_algorithms_chirpscan.Evosax attribute)
(core.base_general_optimization.AutoDiffBASE attribute)
(core.base_general_optimization.EvosaxBASE attribute)
(frog.general_algorithms_frog.AutoDiff attribute)
(frog.general_algorithms_frog.Evosax attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.AutoDiff attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.Evosax attribute)
(real_fields.frog.general_algorithms_frog_real_fields.AutoDiff attribute)
(real_fields.frog.general_algorithms_frog_real_fields.Evosax attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.AutoDiff attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.Evosax attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.AutoDiff attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.Evosax attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.AutoDiff attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.Evosax attribute)
(streaking.base_classes_streaking.AutoDiffBASESTREAKING attribute)
(streaking.base_classes_streaking.EvosaxBASESTREAKING attribute)
(streaking.general_algorithms_streaking.AutoDiff attribute)
(streaking.general_algorithms_streaking.Evosax attribute)
(tdp.general_algorithms_tdp.AutoDiff attribute)
(tdp.general_algorithms_tdp.Evosax attribute)
(twodsi.general_algorithms_2dsi.AutoDiff attribute)
(twodsi.general_algorithms_2dsi.Evosax attribute)
(vampire.general_algorithms_vampire.AutoDiff attribute)
(vampire.general_algorithms_vampire.Evosax attribute)
solver_kwargs (chirp_scan.general_algorithms_chirpscan.Evosax attribute)
(core.base_general_optimization.EvosaxBASE attribute)
(frog.general_algorithms_frog.Evosax attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.Evosax attribute)
(real_fields.frog.general_algorithms_frog_real_fields.Evosax attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.Evosax attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.Evosax attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.Evosax attribute)
(streaking.base_classes_streaking.EvosaxBASESTREAKING attribute)
(streaking.general_algorithms_streaking.Evosax attribute)
(tdp.general_algorithms_tdp.Evosax attribute)
(twodsi.general_algorithms_2dsi.Evosax attribute)
(vampire.general_algorithms_vampire.Evosax attribute)
solver_params (chirp_scan.general_algorithms_chirpscan.Evosax attribute)
(core.base_general_optimization.EvosaxBASE attribute)
(frog.general_algorithms_frog.Evosax attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.Evosax attribute)
(real_fields.frog.general_algorithms_frog_real_fields.Evosax attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.Evosax attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.Evosax attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.Evosax attribute)
(streaking.base_classes_streaking.EvosaxBASESTREAKING attribute)
(streaking.general_algorithms_streaking.Evosax attribute)
(tdp.general_algorithms_tdp.Evosax attribute)
(twodsi.general_algorithms_2dsi.Evosax attribute)
(vampire.general_algorithms_vampire.Evosax attribute)
spectral_filter (core.base_classes_methods.RetrievePulsesTDP attribute)
spectral_filter1 (core.base_classes_methods.RetrievePulses2DSI attribute)
spectral_filter2 (core.base_classes_methods.RetrievePulses2DSI attribute)
SpectralAmplitude (class in simulate_trace.make_pulse)
SpectralPhase (class in simulate_trace.make_pulse)
spectrum_is_being_used (core.base_classes_algorithms.AlgorithmsBASE attribute)
(core.base_classes_methods.RetrievePulses attribute)
split_population_in_amp_and_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
(streaking.base_classes_streaking.GeneralOptimizationBASESTREAKING method)
step() (chirp_scan.classic_algorithms_chirpscan.Basic method)
(chirp_scan.classic_algorithms_chirpscan.MIIPS method)
(core.base_classic_algorithms.CPCGPABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
(core.base_classic_algorithms.LSFBASE method)
(core.base_classic_algorithms.LSGPABASE method)
(core.base_general_optimization.AutoDiffBASE method)
(core.base_general_optimization.DifferentialEvolutionBASE method)
(core.base_general_optimization.EvosaxBASE method)
(frog.classic_algorithms_frog.Vanilla method)
(twodsi.classic_algorithms_2dsi.DirectReconstruction method)
step_amp_or_phase() (core.base_general_optimization.EvosaxBASE method)
strategy (chirp_scan.general_algorithms_chirpscan.DifferentialEvolution attribute)
(core.base_general_optimization.DifferentialEvolutionBASE attribute)
(frog.general_algorithms_frog.DifferentialEvolution attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.DifferentialEvolution attribute)
(real_fields.frog.general_algorithms_frog_real_fields.DifferentialEvolution attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.DifferentialEvolution attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.DifferentialEvolution attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.DifferentialEvolution attribute)
(streaking.base_classes_streaking.DifferentialEvolutionBASESTREAKING attribute)
(streaking.general_algorithms_streaking.DifferentialEvolution attribute)
(tdp.general_algorithms_tdp.DifferentialEvolution attribute)
(twodsi.general_algorithms_2dsi.DifferentialEvolution attribute)
(vampire.general_algorithms_vampire.DifferentialEvolution attribute)
streaking
module
streaking.base_classes_streaking
module
streaking.classical_algorithms_streaking
module
streaking.general_algorithms_streaking
module
svd (core.base_classic_algorithms.CPCGPABASE attribute)
(frog.classic_algorithms_frog.CPCGPA attribute)
(real_fields.frog.classical_algorithms_frog_real_fields.CPCGPA attribute)
(real_fields.tdp.classical_algorithms_tdp_real_fields.CPCGPA attribute)
(real_fields.vampire.classical_algorithms_vampire_real_fields.CPCGPA attribute)
(tdp.classic_algorithms_tdp.CPCGPA attribute)
(vampire.classic_algorithms_vampire.CPCGPA attribute)
T
tanh_phase() (core.base_classes_algorithms.GeneralOptimizationBASE method)
tanh_term() (core.base_classes_algorithms.GeneralOptimizationBASE method)
tau_arr (core.base_classes_methods.RetrievePulsesFROG attribute)
tau_interferometer (core.base_classes_methods.RetrievePulsesVAMPIRE attribute)
tau_pulse_anc1 (core.base_classes_methods.RetrievePulses2DSI attribute)
tdp
module
tdp.classic_algorithms_tdp
module
tdp.general_algorithms_tdp
module
temperature (chirp_scan.general_algorithms_chirpscan.DifferentialEvolution attribute)
(core.base_general_optimization.DifferentialEvolutionBASE attribute)
(frog.general_algorithms_frog.DifferentialEvolution attribute)
(real_fields.chirp_scan.general_algorithms_chirpscan_real_fields.DifferentialEvolution attribute)
(real_fields.frog.general_algorithms_frog_real_fields.DifferentialEvolution attribute)
(real_fields.tdp.general_algorithms_tdp_real_fields.DifferentialEvolution attribute)
(real_fields.twodsi.general_algorithms_2dsi_real_fields.DifferentialEvolution attribute)
(real_fields.vampire.general_algorithms_vampire_real_fields.DifferentialEvolution attribute)
(streaking.base_classes_streaking.DifferentialEvolutionBASESTREAKING attribute)
(streaking.general_algorithms_streaking.DifferentialEvolution attribute)
(tdp.general_algorithms_tdp.DifferentialEvolution attribute)
(twodsi.general_algorithms_2dsi.DifferentialEvolution attribute)
(vampire.general_algorithms_vampire.DifferentialEvolution attribute)
TemporalAmplitude (class in simulate_trace.make_pulse)
theta (core.base_classes_methods.RetrievePulses attribute)
(core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
time (core.base_classes_methods.RetrievePulses attribute)
trace_error() (core.base_classes_algorithms.GeneralOptimizationBASE method)
transform_arr (core.base_classes_methods.RetrievePulsesCHIRPSCAN attribute)
(core.base_classes_methods.RetrievePulsesFROG attribute)
twodsi
module
twodsi.classic_algorithms_2dsi
module
twodsi.general_algorithms_2dsi
module
U
unflatten_MyNamespace() (in module utilities)
update_gate() (core.base_classic_algorithms.LSGPABASE method)
(frog.classic_algorithms_frog.Vanilla method)
(real_fields.frog.classical_algorithms_frog_real_fields.LSGPA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSGPA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSGPA method)
update_individual() (chirp_scan.classic_algorithms_chirpscan.MIIPS method)
(core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.CPCGPABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
(real_fields.frog.classical_algorithms_frog_real_fields.CPCGPA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.CPCGPA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.CPCGPA method)
update_lbfgs_state() (in module core.base_classic_algorithms)
update_population() (core.base_classic_algorithms.COPRABASE method)
(core.base_classic_algorithms.GeneralizedProjectionBASE method)
(core.base_classic_algorithms.PtychographicIterativeEngineBASE method)
update_PRNG_key() (core.base_classes_methods.RetrievePulses method)
update_pulse() (chirp_scan.classic_algorithms_chirpscan.Basic method)
(core.base_classic_algorithms.LSGPABASE method)
(frog.classic_algorithms_frog.Vanilla method)
(real_fields.frog.classical_algorithms_frog_real_fields.LSGPA method)
(real_fields.tdp.classical_algorithms_tdp_real_fields.LSGPA method)
(real_fields.vampire.classical_algorithms_vampire_real_fields.LSGPA method)
update_velocity_map() (core.base_classes_algorithms.ClassicAlgorithmsBASE method)
use_measured_spectrum() (core.base_classes_algorithms.AlgorithmsBASE method)
utilities
module
V
vampire
module
vampire.classic_algorithms_vampire
module
vampire.general_algorithms_vampire
module
Vanilla (class in frog.classic_algorithms_frog)
W
while_loop_helper() (in module utilities)
windowing (twodsi.classic_algorithms_2dsi.DirectReconstruction attribute)
X
xi (core.base_classes_algorithms.ClassicAlgorithmsBASE attribute)
(streaking.base_classes_streaking.ClassicalAlgorithmsBASESTREAKING attribute)
Z
Z_gradient_cross_correlation_pulse() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
Z_gradient_DTME() (in module core.gradients.streaking_z_error_gradients)
Z_gradient_EUV_pulse() (in module core.gradients.streaking_z_error_gradients)
Z_gradient_nhg() (in module core.gradients.chirpscan_z_error_gradients)
(in module core.gradients.frog_z_error_gradients)
Z_gradient_nhg_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
Z_gradient_nhg_interferometric() (in module core.gradients.frog_z_error_gradients)
Z_gradient_nhg_interferometric_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
Z_gradient_nhg_interferometric_cross_correlation_pulse() (in module core.gradients.frog_z_error_gradients)
Z_gradient_nhg_pulse() (in module core.gradients.twodsi_z_error_gradients)
Z_gradient_pg() (in module core.gradients.chirpscan_z_error_gradients)
(in module core.gradients.frog_z_error_gradients)
Z_gradient_pg_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
Z_gradient_pg_interferometric() (in module core.gradients.frog_z_error_gradients)
Z_gradient_pg_interferometric_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
Z_gradient_pg_interferometric_cross_correlation_pulse() (in module core.gradients.frog_z_error_gradients)
Z_gradient_pg_pulse() (in module core.gradients.twodsi_z_error_gradients)
Z_gradient_sd() (in module core.gradients.frog_z_error_gradients)
Z_gradient_sd_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
Z_gradient_sd_pulse() (in module core.gradients.twodsi_z_error_gradients)
Z_gradient_shg() (in module core.gradients.chirpscan_z_error_gradients)
(in module core.gradients.frog_z_error_gradients)
Z_gradient_shg_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
Z_gradient_shg_interferometric() (in module core.gradients.frog_z_error_gradients)
Z_gradient_shg_interferometric_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
Z_gradient_shg_interferometric_cross_correlation_pulse() (in module core.gradients.frog_z_error_gradients)
Z_gradient_shg_pulse() (in module core.gradients.twodsi_z_error_gradients)
Z_gradient_thg() (in module core.gradients.chirpscan_z_error_gradients)
(in module core.gradients.frog_z_error_gradients)
Z_gradient_thg_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
(in module core.gradients.twodsi_z_error_gradients)
Z_gradient_thg_interferometric() (in module core.gradients.frog_z_error_gradients)
Z_gradient_thg_interferometric_cross_correlation_gate() (in module core.gradients.frog_z_error_gradients)
Z_gradient_thg_interferometric_cross_correlation_pulse() (in module core.gradients.frog_z_error_gradients)
Z_gradient_thg_pulse() (in module core.gradients.twodsi_z_error_gradients)
Z_gradient_vectorpotential() (in module core.gradients.streaking_z_error_gradients)
Z_pseudo_hessian_diagonal_DTME() (in module core.hessians.streaking_z_error_pseudo_hessian)
Z_pseudo_hessian_diagonal_EUV_pulse() (in module core.hessians.streaking_z_error_pseudo_hessian)
Z_pseudo_hessian_diagonal_vectorpotential() (in module core.hessians.streaking_z_error_pseudo_hessian)
zoom_interpolation() (in module core.stepsize)
zoom_linesearch() (in module core.stepsize)
zoom_phase() (in module core.stepsize)