Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rudimentary parsing of literals to PET driver (i-pi#341)
This is needed to pass non-strings such as None, True, or False into the SingleStructCalculator. I've drawn the line at floats and ints, because it is not so easy to programmatically distinguish them, and it's not always clear what the intended type is supposed to be.
- Loading branch information