updating the schema to the new release

very few changes
This commit is contained in:
Pietro Delugas 2019-12-06 16:40:52 +01:00
parent f3a10f1799
commit e1a558b41c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,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_190304.xsd" )
"http://www.quantum-espresso.org/ns/qes/qes_191206.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" )