![]()  | 
  
    Octopus
    
   | 
 
A module that takes care of xc contribution from vdW interactions. More...
A module that takes care of xc contribution from vdW interactions.
Data Types | |
| type | xc_vdw_t | 
Functions/Subroutines | |
| subroutine | xc_vdw_init (this, namespace, space, gr, xc, ions, x_id, c_id) | 
| subroutine | xc_vdw_end (this) | 
| subroutine | xc_vdw_calc (this, namespace, space, latt, atom, natoms, pos, gr, st, energy, vxc) | 
      
  | 
  private | 
Definition at line 167 of file xc_vdw.F90.
      
  | 
  private | 
Definition at line 308 of file xc_vdw.F90.
      
  | 
  private | 
| [in] | latt | Crystal lattice | 
| [in] | atom | Atoms | 
| [in] | natoms | Number of atoms == size(atoms) | 
| [in] | pos | Atomic positions | 
| [out] | energy | On exit, the vdW energy | 
| [in,out] | vxc | On exit, the vdW potential has been added | 
Definition at line 322 of file xc_vdw.F90.