Closed singularitti closed 5 years ago
I think we can get rid of the warning part about different of kpoints used, there are slightly different for most of the system in different pressures, due to the cell size can change quite a lot which affects the q points in cartesian coordination.
I think we can get rid of the warning part about different of kpoints used, there are slightly different for most of the system in different pressures, due to the cell size can change quite a lot which affects the q points in cartesian coordination.
Let's just keep it. It's better to let users know what they are doing rather than hide the information.
Please merge if this PR is OK. @tianqin91
The
FromQEOutput.read_frequency_file
method cannot read multiline phonon bands. If a crystal has more than 2 atoms, thematdyn.x
output files (something.freq
) will have multi-lines for each q-point, with 6 columns each line. The current version ofqha
cannot deal with this. This fix is for that.Proposed Changes
FromQEOutput.read_frequency_file
can read more than one line of phonon bands, each line contains 6 columns of phonon frequencies.