Definition at line 186 of file lasers.F90.
|
| integer | field = E_FIELD_NONE |
| | which kind of external field it is (electric, magnetic...) More...
|
| |
| complex(real64), dimension(:), allocatable | pol |
| | the polarization of the laser. More...
|
| |
| real(real64), dimension(:), allocatable | prop |
| | the propagation of the laser. More...
|
| |
| type(tdf_t) | f |
| | The envelope. More...
|
| |
| type(tdf_t) | phi |
| | The phase. More...
|
| |
| real(real64) | omega = M_ZERO |
| | The main, "carrier", frequency. More...
|
| |
| real(real64), dimension(:), allocatable | v |
| |
| real(real64), dimension(:, :), allocatable | a |
| |
◆ field
| integer lasers_oct_m::laser_t::field = E_FIELD_NONE |
|
private |
which kind of external field it is (electric, magnetic...)
Definition at line 188 of file lasers.F90.
◆ pol
| complex(real64), dimension(:), allocatable lasers_oct_m::laser_t::pol |
|
private |
the polarization of the laser.
Definition at line 189 of file lasers.F90.
◆ prop
| real(real64), dimension(:), allocatable lasers_oct_m::laser_t::prop |
|
private |
the propagation of the laser.
Definition at line 190 of file lasers.F90.
| type(tdf_t) lasers_oct_m::laser_t::f |
|
private |
◆ phi
| type(tdf_t) lasers_oct_m::laser_t::phi |
|
private |
◆ omega
| real(real64) lasers_oct_m::laser_t::omega = M_ZERO |
|
private |
The main, "carrier", frequency.
Definition at line 193 of file lasers.F90.
| real(real64), dimension(:), allocatable lasers_oct_m::laser_t::v |
|
private |
| real(real64), dimension(:, :), allocatable lasers_oct_m::laser_t::a |
|
private |
The documentation for this type was generated from the following file: