From cc86d11237a87659faed3f03cd39cb4f23547602 Mon Sep 17 00:00:00 2001 From: Julian Geiger Date: Tue, 3 Dec 2024 11:15:01 +0100 Subject: [PATCH] fix --- docs/news/posts/2024-12-03-coding-week.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news/posts/2024-12-03-coding-week.md b/docs/news/posts/2024-12-03-coding-week.md index 2197cbb..0713d65 100644 --- a/docs/news/posts/2024-12-03-coding-week.md +++ b/docs/news/posts/2024-12-03-coding-week.md @@ -119,7 +119,7 @@ specific to atomistic simulations out of `aiida-core` and into the new [aiida-at package. These changes will only be concluded and published with the next major release, as some of them will be backward-incompatible. -However, this gives us the opportunity to further refine and improve the relevant classes. +However, this also gives us the opportunity to further refine and improve the relevant classes. In particular, lots of discussions on the design of the new `StructureData` class have been held, and the current design choices can be found [here](https://github.com/aiidateam/aiida-atomistic). These include adding properties stored with each structure, including for instance magnetization, Hubbard U and V values, etc. During the coding week, some members