vossjo / ase-espresso

ase interface for Quantum Espresso
GNU General Public License v3.0
65 stars 55 forks source link

unicode / binary file reading patches #26

Closed jboes closed 6 years ago

jboes commented 6 years ago
  1. Handle unicode reading error for smearing (python 3).
  2. Change '==' to 'is' to prevent ambiguity warnings.
  3. Add '--text' to grep command in checkerror to properly handle reading binary format.