Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
--
Absorbing Boundaries
--
PhotoElectronSpectrum
--- PES_Flux_AnisotropyCorrection
--- PES_Flux_ARPES_grid
--- PES_Flux_DeltaK
--- PES_Flux_EnergyGrid
--- PES_Flux_Face_Dens
--- PES_Flux_GridTransformMatrix
--- PES_Flux_Kmax
--- PES_Flux_Kmin
--- PES_Flux_Lmax
--- PES_Flux_Lsize
--- PES_Flux_Momenutum_Grid
--- PES_Flux_Offset
--- PES_Flux_Parallelization
--- PES_Flux_PhiK
--- PES_Flux_Radius
--- PES_Flux_RuntimeOutput
--- PES_Flux_Shape
--- PES_Flux_StepsPhiK
--- PES_Flux_StepsPhiR
--- PES_Flux_StepsThetaK
--- PES_Flux_StepsThetaR
--- PES_Flux_ThetaK
--- PES_Flux_UseSymmetries
--- PES_spm_DeltaOmega
--- PES_spm_OmegaMax
--- PES_spm_points
--- PES_spm_Radius
--- PES_spm_recipe
--- PES_spm_StepsPhiR
--- PES_spm_StepsThetaR
--- PESMask2PEnlargeFactor
--- PESMaskEnlargeFactor
--- PESMaskFilterCutOff
--- PESMaskIncludePsiA
--- PESMaskMode
--- PESMaskPlaneWaveProjection
--- PESMaskShape
--- PESMaskSize
--- PESMaskSpectEnergyMax
--- PESMaskSpectEnergyStep
--- PESMaskStartTime
--- PhotoElectronSpectrum
--
Propagation
--
Response
--
TD Output
-- MaxwellFunctions
-- TDExternalFields
-- TDFreezeDFTUOccupations
-- TDFreezeHXC
-- TDFreezeOrbitals
-- TDFreezeU
-- TDFunctions
-- TDGlobalForce
-- TDScissor
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
PES_Flux_Momenutum_Grid
Section Time-Dependent::PhotoElectronSpectrum
Type integer
Decides how the grid in momentum space is generated.
Options :
polar :
The grid is in polar coordinates with the zenith axis is along z.
The grid parameters are defined by PES_Flux_Kmax, PES_Flux_DeltaK,
PES_Flux_StepsThetaK, PES_Flux_StepsPhiK.
This is the default choice for PES_Flux_Shape = sph or cub.
cartesian :
The grid is in cartesian coordinates with parameters defined by
PES_Flux_ARPES_grid, PES_Flux_EnergyGrid.
This is the default choice for PES_Flux_Shape = sph or cub.
Source information
td/pes_flux.F90 : 780
call parse_variable ( namespace , 'PES_Flux_Momenutum_Grid' , kgrid , this % kgrid )