Open rafaelpap opened 2 years ago
If the dym file is of type 3, the dipole derivatives are read but not written after printing the block dynamical matrix. This renders the created feff.dym file unusable.
I believe that adding something like this solves the problem:
`*** /usr/local/feff10-10.0.0/src/DMDW/m_dmdw.f90.ORIG 2022-04-03 10:58:24.219007337 +0200 --- /usr/local/feff10-10.0.0/src/DMDW/m_dmdw.f90 2022-04-03 11:18:50.495637646 +0200
* 2537,2542 ** --- 2537,2559 ---- end do end do
! Added by FDV to write the cell vectors, if we have the right dym type if ( dym_In%Type == 4 ) then `
Could you please comment on this topic?
If the dym file is of type 3, the dipole derivatives are read but not written after printing the block dynamical matrix. This renders the created feff.dym file unusable.
I believe that adding something like this solves the problem:
`*** /usr/local/feff10-10.0.0/src/DMDW/m_dmdw.f90.ORIG 2022-04-03 10:58:24.219007337 +0200 --- /usr/local/feff10-10.0.0/src/DMDW/m_dmdw.f90 2022-04-03 11:18:50.495637646 +0200
* 2537,2542 ** --- 2537,2559 ---- end do end do
! Added by FDV to write the cell vectors, if we have the right dym type if ( dym_In%Type == 4 ) then `