We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently lattice vectors is the only way to define the cell:
<cell> <a1>5.406506 0.000000 0.000000</a1> <a2>0.000000 5.406506 0.000000</a2> <a3>0.000000 0.000000 5.406506</a3> </cell>
This case is to also allow to define cell using ibrav, A, B, C, cosAB, cosAC, cosBC.
These two options (cell vectors and a, b, c, etc) should be mutually exclusive schema-wise if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently lattice vectors is the only way to define the cell:
This case is to also allow to define cell using ibrav, A, B, C, cosAB, cosAC, cosBC.
These two options (cell vectors and a, b, c, etc) should be mutually exclusive schema-wise if possible.
The text was updated successfully, but these errors were encountered: