quantum-espresso/PH/elph.f90

19 lines
491 B
Fortran

!
! Copyright (C) 2001-2003 PWSCF group
! This file is distributed under the terms of the
! GNU General Public License. See the file `License'
! in the root directory of the present distribution,
! or http://www.gnu.org/copyleft/gpl.txt .
!
!----------------------------------------------------------------------------
!
MODULE el_phon
USE kinds, ONLY : DP
!
SAVE
!
COMPLEX(DP), ALLOCATABLE :: &
el_ph_mat(:,:,:,:) ! nbnd, nbnd, nks, 3*nat
!
END MODULE el_phon