! ! 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(KIND=DP), ALLOCATABLE :: & el_ph_mat(:,:,:,:) ! nbnd, nbnd, nks, 3*nat ! END MODULE el_phon