Skip to content

Commit

Permalink
Maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Dec 13, 2024
1 parent 8a2f4ac commit 657f3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/news/posts/2024-12-13-core-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ This is at a _very_ early stage of development, so handle with care, however, yo
The `PythonJob` will eventually allow users to run _any_ Python function, _without modifications_.
That means, no need to pass or return subclasses of AiiDA's `orm.Data` nodes, and no specific handling of those entities inside the function body.
Just write your function, using whichever library you need, run it via `PythonJob`, and voila, you get all the AiiDA features (vide supra).
At least that's the plan — we'll make sure to keep you posted about the developments!
At least that's the plan — we'll make sure to keep you updated about the developments!

## Epilogue

As some of the plugins discussed in this post don't have official releases yet, their API might still change, and we cannot promise backwards-compatibility — so use them at your own risk!
However, as many of them have been in use by developers over the past years, have since been quite stable, and we think they could benefit many users, we _do_ feel comfortable to promote them to a larger audience.
Well, that's why we created this blog post!

Finally, we also added an [overview of these plugins](https://aiida.readthedocs.io/projects/aiida-core/en/latest/reference/core_plugins.html) to the latest documentation of AiiDA, which is also linked to from a new panel of the [landing page](https://aiida.readthedocs.io/projects/aiida-core/en/latest/).
Finally, we also added an [overview of these plugins](https://aiida.readthedocs.io/projects/aiida-core/en/latest/reference/core_plugins.html) to the latest documentation of AiiDA, which is also linked to from a new panel on the [landing page](https://aiida.readthedocs.io/projects/aiida-core/en/latest/).

Happy computing,
<br>
Expand Down

0 comments on commit 657f3b7

Please sign in to comment.