CP2K 2.4 (Revision 12889)
Functions | Variables

se_fock_matrix_ga Namespace Reference

Calculation of the Fock matrix for SE methods. More...

Functions

subroutine, public build_se_fock_matrix (ks_env, qs_env, ks_matrix, rho, energy, calculate_forces, just_energy, error)
 Construction of the Fock matrix for NDDO methods.

Variables

CHARACTER(len=*), parameter,
private 
moduleN = 'se_fock_matrix_ga'
LOGICAL, parameter, private debug_this_module = .FALSE.
LOGICAL, parameter, private debug_energy_coulomb_lr = .FALSE.

Detailed Description

Calculation of the Fock matrix for SE methods.

Author:
CJM and Bruce Palmer
History
Teodoro Laino (05.2009) [tlaino] - Split and module reorganization

Function Documentation

subroutine,public se_fock_matrix_ga::build_se_fock_matrix ( TYPE(qs_ks_env_type),pointer  ks_env,
TYPE(qs_environment_type),pointer  qs_env,
TYPE(cp_dbcsr_p_type),dimension(:),pointer  ks_matrix,
TYPE(qs_rho_type),pointer  rho,
TYPE(qs_energy_type),pointer  energy,
LOGICAL,intent(in)  calculate_forces,
LOGICAL,intent(in)  just_energy,
TYPE(cp_error_type),intent(inout)  error 
)

Variable Documentation

LOGICAL,parameter,private se_fock_matrix_ga::debug_energy_coulomb_lr = .FALSE.

Definition at line 67 of file se_fock_matrix_ga.f90.

LOGICAL,parameter,private se_fock_matrix_ga::debug_this_module = .FALSE.

Definition at line 66 of file se_fock_matrix_ga.f90.

CHARACTER(len=*),parameter,private se_fock_matrix_ga::moduleN = 'se_fock_matrix_ga'

Definition at line 65 of file se_fock_matrix_ga.f90.