aiida-tutorials
aiida-tutorials copied to clipboard
AiiDA tutorials web site
One potential issue is that some of the participants might not have a lot of Python experience. Rather than write them off, I want to give them a list of...
The 2020 tutorial had several appendices: https://aiida-tutorials.readthedocs.io/en/latest/pages/2020_Intro_Week/index.html#appendices Which are currently missing from the new restructured content. Since they can contain interesting content, and e.g. the Querying tutorial referred to some...
Most likely, the PK's of the participants will be different than the ones from the example snippets for all modules. This raises the question whether we should use `` to...
In #371, @CasperWA raised the issue that we are not using either "workchain" or "work chain" consistently. This issue is pretty general to the processes, e.g. there is also: *...
Think of a place to add subtleties, more extensive explanations on topics. Example: The inputs are stored in the `self.inputs` `AttributesFrozendict`. This means that they can be accessed using both:...
As per @CasperWA's comment [here](https://github.com/aiidateam/aiida-tutorials/pull/353#discussion_r660549454).
@CasperWA raised a good point regarding the inconsistent use of "we" vs "you" here: https://github.com/aiidateam/aiida-tutorials/pull/353#pullrequestreview-692756589 Since this is rather up to personal preference, we're probably mixing the use of "we"...
As per @CasperWA's comment here: https://github.com/aiidateam/aiida-tutorials/pull/353#issuecomment-869467920 We should strive to be more consistent (and precise) in our usage of "node" versus `Node`. The latter should only be used when referring...
**General note:** Make any changes by opening a PR into the `tutorial-2021-intro-week` branch. I'm preparing a [wiki page with more information on MyST Markdown](https://github.com/aiidateam/aiida-tutorials/wiki/Moving-to-using-MyST-Markdown), but this is still a work...
Since we have changed the documentation, all links are broken. We should ensure to use the tag v1.3.0 (as soon as it's released) for the links of the current 2020...