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

Add generic high throughput calculations #169

Merged
merged 31 commits into from
Nov 29, 2024

Conversation

ElliottKasoar
Copy link
Member

@ElliottKasoar ElliottKasoar commented Nov 21, 2024

Abstract implementation of #147

I thought it might make sense to make a separate PR, as #147 has some potentially useful, but unused utility functions, among other things, but I've tried to keep the immediately relevant changes.

This takes converts the high throughput geomopt into a more abstract WorkGraph builder, so we can pass any calculation that expects a structure, currently tested for singlepoint and geomopt.

One change, maybe for a later PR, could be to also allow list of AiiDA output structures, as it would be useful to be able to chain these together e.g.janus descriptors -> data reduction -> high throughput singlepoint on reduced set of structures.

@ElliottKasoar ElliottKasoar added the enhancement New/improved feature or request label Nov 21, 2024
@ElliottKasoar ElliottKasoar changed the title Abstract ht Add generic high throughput calculations Nov 21, 2024
pyproject.toml Outdated Show resolved Hide resolved
aiida_mlip/workflows/ht_workgraph.py Show resolved Hide resolved
aiida_mlip/workflows/ht_workgraph.py Outdated Show resolved Hide resolved
aiida_mlip/workflows/ht_workgraph.py Outdated Show resolved Hide resolved
aiida_mlip/workflows/ht_workgraph.py Outdated Show resolved Hide resolved
aiida_mlip/workflows/ht_workgraph.py Outdated Show resolved Hide resolved
tests/conftest.py Show resolved Hide resolved
@alinelena alinelena merged commit ade9f21 into stfc:main Nov 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New/improved feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants