You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ibrav is hardcoded to 0 and cell CELL_PARAMETERS (vectors) are expected from the XML.
This case is to allow setting ibrav not to zero and setting corresponding parameters to the schema.
This is coming from: (1) some pieces of the code don't work to work with ibrav = 0 (for example Makov-Payne correction) and (2) also QE output saying that using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead =)
The text was updated successfully, but these errors were encountered:
Hi Sasha @afonari
We could do this first in the converter without modifying the schema. If bravais index is found it writes the namelist using ibrav=0 and computing A,B,C and the angles from the cell vectors provided in the xml format. If cell vectors and ibrav are incompatible it issues an error.
In the long run, in next releases of qe we can also add an alternative component format for the cell structure in the schema, and write ABC and the cosines directly in the input element of the xml file.
Hi All,
Currently ibrav is hardcoded to 0 and cell CELL_PARAMETERS (vectors) are expected from the XML.
This case is to allow setting ibrav not to zero and setting corresponding parameters to the schema.
This is coming from: (1) some pieces of the code don't work to work with ibrav = 0 (for example Makov-Payne correction) and (2) also QE output saying that
using ibrav=0 with symmetry is DISCOURAGED, use correct ibrav instead
=)The text was updated successfully, but these errors were encountered: