Skip to content

Optimized routine that symmetrizes the matrix of electron-phonon coefficients

Michael Hutcheon requested to merge miicck/q-e:optimized_el_ph into develop

Profiling some of our electron-phonon calculations revealed that a lot of time was spent in the symm routine in PHonon/PH/symm.f90. A matrix multiplication has been optimised to reduce the time spent here.

Merge request reports