Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
--
Coordinates
-- AnalyticalExternalSource
-- CheckPointsMediumFromFile
-- LinearMediumBoxFile
-- LinearMediumBoxShape
-- LinearMediumBoxSize
-- LinearMediumEdgeProfile
-- LinearMediumProperties
-- MediumCurrentCoordinates
-- MediumDispersionType
-- MediumPoleDamping
-- MediumPoleEnergy
-- MediumPoleStrength
-- PlaneWavesOnOneSide
-- PlaneWavesSide
-- RegularizationFunction
-- RegularizationFunctionWidth
-- TransverseFieldCalculation
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
LinearMediumEdgeProfile
LinearMediumEdgeProfile
Section Maxwell
Type integer
Defines the type of numerical approximation used for the derivatives at the edges of the medium box.
Default is edged. When the box shape is read from file, only the edged profile is supported.
Options :
edged :
Medium box edges are considered steep for derivatives.
smooth :
Medium box edged and softened for derivatives.
Source information
maxwell/linear_medium.F90 : 215
call parse_variable ( namespace , 'LinearMediumEdgeProfile' , OPTION__LINEARMEDIUMEDGEPROFILE__EDGED , this % edge_profile )