|
laserfields
Fortran95 library to describe time-dependent laser pulses
|
Return the positive-frequency part of the vector potential A^(+)(t). if called with a type(laserfield) argument, gets A^(+)(t) for just that one field, otherwise gets sum of all fields in all_laserfields. More...
Public Member Functions | |
| complex(dpc) function | laserfields_get_al_posfreq (zeit) |
| complex(dpc) function | lf_get_al_posfreq (lf, zeit, env_out) |
Return the positive-frequency part of the vector potential A^(+)(t). if called with a type(laserfield) argument, gets A^(+)(t) for just that one field, otherwise gets sum of all fields in all_laserfields.
Definition at line 112 of file laserfields_module.f90.
| complex(dpc) function laserfields_module::get_al_posfreq::laserfields_get_al_posfreq | ( | real(dp), intent(in) | zeit | ) |
Definition at line 1012 of file laserfields_module.f90.
| complex(dpc) function laserfields_module::get_al_posfreq::lf_get_al_posfreq | ( | type(laserfield), intent(in) | lf, |
| real(dp), intent(in) | zeit, | ||
| real(dp), intent(out), optional | env_out ) |
Definition at line 920 of file laserfields_module.f90.