Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: Final pass at basics section (#384)
Browse files Browse the repository at this point in the history
Cleaning up of the Basics section, as well as moving some things into
margins and fixing some of the code snippets.
  • Loading branch information
mbercx committed Jul 4, 2021
1 parent 35541d1 commit ad880f8
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 222 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@

## (Optional section) Comments

AiiDA offers the possibility to attach comments to a any node, in order to be able to remember more easily its details.
Node with UUID prefix `ce81c420` should have no comments, but you can add a very instructive one by typing in the terminal:

```{code-block} console
$ verdi node comment add "vc-relax of a BaTiO3 done with QE pw.x" -N <IDENTIFIER>
```

Now, if you ask for a list of all comments associated to that calculation by typing:

```{code-block} console
$ verdi node comment show <IDENTIFIER>
```

the comment that you just added will appear together with some useful information such as its creator and creation date.
We let you play with the other options of `verdi node comment` command to learn how to update or remove comments.

===

# Running workflows
Expand Down

0 comments on commit ad880f8

Please sign in to comment.