Navigation : 
        
          
    
   Manual 
    
   Input Variables  
    
  - 
   Atomic Orbitals 
    
  - 
   Calculation Modes 
    
  - 
   ClassicalParticles 
    
  - 
   DFTBPlusInterface 
    
  - 
   Execution 
    
  - 
   Hamiltonian 
    
  - 
   Linear Response 
    
  - 
   Math 
    
  - 
   Maxwell  
    
  -- 
   Coordinates  
      --- MaxwellFieldsCoordinate 
  
      -- CheckPointsMediumFromFile 
      -- LinearMediumBoxFile 
      -- LinearMediumBoxShape 
      -- LinearMediumBoxSize 
      -- LinearMediumEdgeProfile 
      -- LinearMediumProperties 
  
    
  - 
   MaxwellStates 
    
  - 
   Mesh 
    
  - 
   Output 
    
  - 
   SCF 
    
  - 
   States 
    
  - 
   System 
    
  - 
   Time-Dependent 
    
  - 
   Utilities 
    
  - 
   Alphabetic Index 
  
    
   Tutorials 
    
   Developers 
    
   Releases 
         
       
    
    
    MaxwellFieldsCoordinate 
    
    
    
    
MaxwellFieldsCoordinate 
Section  Maxwell::Coordinates  
Type  block 
 
The Maxwell MaxwellFieldsCoordinate block allows to output Maxwell fields at particular
points in space. For each point a new line with three columns has to be added to the block,
where the columns denote the x, y, and z coordinate of the point.
%MaxwellFieldsCoordinate
       -1.0 | 2.0 |  4.0
        0.0 | 1.0 | -2.0
 % 
 
    
         
        
        
        
        Source information
        
         
    
    
states/states_mxll.F90  : 268
 if  ( parse_block ( namespace ,  'MaxwellFieldsCoordinate' ,  blk )  ==  0 )  then