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
I think I found a small typo/error in the methods related to the ibrav parameters.
In the PW Input documentation one finds that the first lattice vector of the reconstructed cell for an orthorhombic base-centered structure (ibrav=-9) has the following shape:
v1 = (a/2, -b/2, 0)
Therefore, I think the following code needs to be adapted so that the minus is in the second component of the first lattice vector and not in the second lattice vector.
Dear all,
I think I found a small typo/error in the methods related to the
ibrav
parameters.In the PW Input documentation one finds that the first lattice vector of the reconstructed cell for an orthorhombic base-centered structure (ibrav=-9) has the following shape:
v1 = (a/2, -b/2, 0)
Therefore, I think the following code needs to be adapted so that the minus is in the second component of the first lattice vector and not in the second lattice vector.
qe-tools/qe_tools/parsers/_input_base.py
Lines 984 to 988 in 5fe555c
The text was updated successfully, but these errors were encountered: