-
Notifications
You must be signed in to change notification settings - Fork 5
Add AiiDA infrastructure #11
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
Conversation
- Add `scale_structure` task - Prepend return dict keys of `generate_structures` with `s_` - Add function to serialize return atoms dict to pure python data types - Rename `name` -> `element` for `get_bulk_structure`, as `name` clashes with WG
I tried the jupyter notebook
|
Hi @jan-janssen, I just ran the |
@GeigerJ2 I was able to fix the |
227f0b1
to
a1d6e4b
Compare
…he WG run failed.
@GeigerJ2 From my perspective this is ready to be merged. |
Thanks for the fix and merge, @jan-janssen! |
"targetHandle": target_handle, | ||
"source": connection_dict[output_name], | ||
"sourceHandle": output._list_index, # check for list index | ||
"sourceHandle": f"s_{output._list_index}", # check for list index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this apply for all the tasks, rather than just the generate_structures
one? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, all lists
No description provided.