On Mon, May 9, 2016 at 7:59 AM, Paolo Giannozzi <[email protected]>
wrote:

you may modify, in the routine that reads the dynamical matrix
> (PHonon/PH/dynmat.f90, routine readmat) the line that reads atomic numbers:
>            read (1,*) naa, nbb
> as
>            read (1,'(2A3)') naa, nbb
>

sorry,  it should be
           read (1,'(2i3)') naa, nbb

Paolo
-- 
Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222




-- 
Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222
_______________________________________________
Pw_forum mailing list
[email protected]
http://pwscf.org/mailman/listinfo/pw_forum

Reply via email to