A Python package for calculating thermodynamic properties under quasi-harmonic approximation, using data from ab-initio calculations
GNU General Public License v3.0
27
stars
13
forks
source link
Split numbers when reading QE's `matdyn` output #86
Open
singularitti opened 3 years ago
Sometimes the QE outputs of phonon frequencies have a lot of imaginary frequencies. If they are too large, it will merge with the previous number.
The current parser separates with spaces, therefore it will fails to read the frequencies. It should separate by numbers.