jochym / qe-util

Set of utilities for using Quantum-Espresso with ASE and ipython notebooks.
GNU General Public License v3.0
12 stars 5 forks source link

qeio: handle warning message in atom forces block #12

Closed farhi closed 7 years ago

farhi commented 7 years ago

Hi Pawel,

Sometimes, the forces block has an additional warning 'negative rho' which shifts forces. Then we should scan more lines and pass the warning in qeio. That's why there is a starts with 'atoms' test. Otherwise we would get empty list elements which then produce an error later when converting:

jochym commented 7 years ago

Thanks!