changing schema version in qexsd header

This commit is contained in:
Pietro Delugas 2022-06-01 08:48:29 +02:00
parent 3daa23fb43
commit 68aa6c2e3e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ CONTAINS
CALL xml_NewElement (XF=qexsd_xf, NAME = "qes:espresso")
CALL xml_addAttribute(XF=qexsd_xf, NAME = "xsi:schemaLocation", &
VALUE = "http://www.quantum-espresso.org/ns/qes/qes-1.0 "//&
"http://www.quantum-espresso.org/ns/qes/qes_200513.xsd" )
"http://www.quantum-espresso.org/ns/qes/qes_220601.xsd" )
CALL xml_addAttribute(XF=qexsd_xf, NAME="Units", VALUE="Hartree atomic units")
CALL xml_addComment(XF = qexsd_xf, &
COMMENT = "All quantities are in Hartree atomic units unless otherwise specified" )