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
ProjectionData
There is already a data type called ProjectionData in aiida-core that is used as an output for e.g. the projwfc.x code of Quantum ESPRESSO:
aiida-core
projwfc.x
https://github.com/aiidateam/aiida-core/blob/da179dceef71fe52856b93e756e8bde3b89e2c4e/aiida/orm/nodes/data/array/projection.py#L22
I believe this is designed to be code-agnostic, however, so maybe we can use this consistently for all codes?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is already a data type called
ProjectionData
inaiida-core
that is used as an output for e.g. theprojwfc.x
code of Quantum ESPRESSO:https://github.com/aiidateam/aiida-core/blob/da179dceef71fe52856b93e756e8bde3b89e2c4e/aiida/orm/nodes/data/array/projection.py#L22
I believe this is designed to be code-agnostic, however, so maybe we can use this consistently for all codes?
The text was updated successfully, but these errors were encountered: