??? wrote: > in elphsum, how el_ph_mat is calculated? although another subroutine > elphel can calculate el_ph_mat, the elphsum does not call elphel > subroutine at all.
it is called by other subroutines: $ grep -i 'call elphel' espresso/PH/*f90 espresso/PH/elphon.f90: CALL elphel (npert (irr), imode0, dvscfins) espresso/PH/solve_linter.f90: if (elph) call elphel (npe, imode0, dvscfins) Paolo -- Paolo Giannozzi, Democritos and University of Udine, Italy
