From e1a558b41cae185674a8d917b913aa7fcfc20ed7 Mon Sep 17 00:00:00 2001 From: Pietro Delugas Date: Fri, 6 Dec 2019 16:40:52 +0100 Subject: [PATCH] updating the schema to the new release very few changes --- Modules/qexsd.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/qexsd.f90 b/Modules/qexsd.f90 index b4fa7aa6d..e0fb875b4 100644 --- a/Modules/qexsd.f90 +++ b/Modules/qexsd.f90 @@ -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" )