Closed sphuber closed 4 months ago
@pietrodelugas Not sure whether the PW_CPV/qes_current_master.xsd
file should also be updated. Also, need the older versions be fixed retroactively, since they also have an incomplete enumeration in the schema. Or will that be ineffective?
All the schemas that we include with aiida-quantumespresso
only have the low
and high
options. So as far as I can tell, I think all schemas going back to at least qes_190304.xsd
are affected.
I have added this changes in MR #18 that has been just merged.
The
disk_io
input supports (currently at least) 5 different values:high
medium
low
nowf
none
See documentation https://www.quantum-espresso.org/Doc/INPUT_PW.html#idm128 The input is represented in the XML schema by the
lowhighType
which only includes thelow
andhigh
options though, causing parsing of calculations done with any of the other options to fail. Here the missing options are added.