aiidateam / qe-tools

A set of useful tools for Quantum ESPRESSO
MIT License
28 stars 13 forks source link

Simplify parser __init__ interface. #33

Closed greschd closed 4 years ago

greschd commented 4 years ago

Fixes #31.

Instead of allowing file objects, file names, list of strings, and strings, the __init__ now always takes a single string representing the input file content.