aiidateam / qe-tools

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

Problem with floats without a dot specified #2

Closed giovannipizzi closed 6 years ago

giovannipizzi commented 6 years ago

If a float value is specified as 1e-06 instead of 1.e-06, i.e. without a dot, the code crashes saying that it does not support algebraic operations. But I think this is a valid way of specifying 10^{-6}.