Add AiiDA infrastructure#11
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.
Doesn't this apply for all the tasks, rather than just the generate_structures one? 🤔
No description provided.