Skip to content
New issue

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

Adding support for aiida-atomistic #178

Merged
merged 2 commits into from
Dec 1, 2024

Commits on Nov 22, 2024

  1. Adding support for aiida-atomistic

    - in pseudo and cutoff we introduce the naming `LegacyStructureData` for th `orm.StructureData`.
    - two additional tests, triggered only when we have atomistic installed (`HA` is `True`).
    mikibonacci committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f313d49 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Improving conditionals logic for has_atomistic

    try to load the entry point atomistic.structure,
    otherwise we fallback into LegacyStructureData (MissingEntryPointError).
    mikibonacci committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    511d02c View commit details
    Browse the repository at this point in the history