Skip to content

ENH: Skip QE configs with no results

username-removed-261087 requested to merge tdaff/ase:qe_no_empty_configs into master

When parsing an pw output, skip any configurations that don't have results information, this is mostly to deal with relaxations where the final configuration is printed twice and simulations where scf has not completed. Ensures that the configuration returned by indexing [-1] will have results information. Can be optinally be made to parse all configs with a keyword argument.

Merge request reports