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_Shape
PES_Flux_Shape
Section Time-Dependent::PhotoElectronSpectrum
Type integer
The shape of the surface.
Options :
cub :
Uses a parallelepiped as surface. All surface points are grid points.
Choose the location of the surface with variable PES_Flux_Lsize
(default for 1D and 2D).
sph :
Constructs a sphere with radius PES_Flux_Radius . Points on the sphere
are interpolated by trilinear interpolation (default for 3D).
pln :
This option is for periodic systems.
Constructs a plane perpendicular to the non-periodic dimension
at PES_Flux_Lsize .
Source information
td/pes_flux.F90 : 256
call parse_variable ( namespace , 'PES_Flux_Shape' , default_shape , this % surf_shape )