Definition at line 172 of file epot.F90.
 
 | 
| real(real64), dimension(:), allocatable  | vpsl | 
|   | the local part of the pseudopotentials  More...
  | 
|   | 
| type(projector_t), dimension(:), allocatable  | proj | 
|   | non-local projectors  More...
  | 
|   | 
| logical  | non_local | 
|   | 
| integer  | natoms | 
|   | 
| real(real64), dimension(:), allocatable  | e_field | 
|   | static electric field  More...
  | 
|   | 
| real(real64), dimension(:), allocatable  | v_ext | 
|   | static scalar potential - 1:grnp_part  More...
  | 
|   | 
| real(real64), dimension(:), allocatable  | b_field | 
|   | static magnetic field  More...
  | 
|   | 
| real(real64), dimension(:,:), allocatable  | a_static | 
|   | static vector potential  More...
  | 
|   | 
| integer  | reltype | 
|   | type of relativistic correction to use  More...
  | 
|   | 
| real(real64)  | gyromagnetic_ratio | 
|   | The gyromagnetic ratio (-2.0 for the electron, but different if we treat effective electrons in a quantum dot. It affects the spin Zeeman term.)  More...
  | 
|   | 
| real(real64)  | so_strength | 
|   | SO prefactor (1.0 = normal SO, 0.0 = no SO)  More...
  | 
|   | 
| real(real64)  | eii | 
|   | the ion-ion energy and force  More...
  | 
|   | 
| real(real64), dimension(:, :), allocatable  | fii | 
|   | 
| real(real64), dimension(:, :), allocatable  | vdw_forces | 
|   | 
| real(real64), dimension(:), allocatable  | photon_forces | 
|   | 
| real(real64), dimension(3, 3)  | vdw_stress | 
|   | ion-ion stress  More...
  | 
|   | 
| real(real64), dimension(:,:), allocatable, private  | local_potential | 
|   | 
| logical, private  | local_potential_precalculated | 
|   | 
| logical, private  | have_density | 
|   | 
| type(poisson_t), pointer, private  | poisson_solver | 
|   | 
| logical  | nlcc = .false. | 
|   | does any species have non-local core corrections?  More...
  | 
|   |