Skip to content

Commit

Permalink
Address UpfData by UUIDs (#160)
Browse files Browse the repository at this point in the history
This is because the default graphs now use UUIDs instead of PKs
  • Loading branch information
ltalirz authored and sphuber committed Sep 23, 2019
1 parent 865a141 commit 3dff4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/2019_SINTEF/sections/verdi_shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Pseudopotentials
~~~~~~~~~~~~~~~~

From the graph you generated in section :ref:`2019_sintef_aiidagraph`,
find the ``PK`` of the pseudopotential file (LDA). Load it and
find the ``UUID`` of the pseudopotential files (``UpfData``). Load one of them and
show what elements it corresponds to by typing:

.. code:: python
upf = load_node(PK)
upf = load_node("<UUID>")
upf.element
All methods of ``UpfData`` are accessible by typing ``upf.`` and then pressing ``TAB``.
Expand Down

0 comments on commit 3dff4e1

Please sign in to comment.