We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7730c2f + 960bd12 commit c520c2aCopy full SHA for c520c2a
example_workflows/quantum_espresso/environment.yml
@@ -5,5 +5,5 @@ dependencies:
5
- matplotlib=3.10.1
6
- xmlschema=3.4.3
7
- optimade=1.2.3
8
-- qe=7.4
+- qe=7.5
9
- qe-tools=2.0.0
example_workflows/quantum_espresso/qe_xml_parser/src/qe_xml_parser/schemas/qes_230310.xsd
@@ -1036,7 +1036,7 @@ datecode 220603
1036
<complexType name="symmetriesType">
1037
<sequence>
1038
<element type="unsignedByte" name="nsym"/>
1039
- <element type="unsignedByte" name="colin_mag"/>
+ <element type="integer" name="colin_mag"/>
1040
<element type="unsignedByte" name="nrot"/>
1041
<element type="unsignedByte" name="space_group"/>
1042
<element type="qes:symmetryType" name="symmetry" maxOccurs="48" minOccurs="1"/>
0 commit comments