Skip to content

Commit

Permalink
Merge pull request #200 from atztogo/master
Browse files Browse the repository at this point in the history
Minor update for aiida tutorial at ISSP Univ. Tokyo
  • Loading branch information
atztogo committed Dec 18, 2019
2 parents 125fe4b + 3f1e205 commit 56d98b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/2019_ISSP_Chiba_Japan/sections/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ configuration, to do so:
- Generate private and pubilc ssh key pair by ``ssh-keygen -f
aiida_tutorial``.
- Copy the public key to VM by ``ssh-copy-id -i
~/.ssh/aiida-tutorial.pub max@127.0.0.1 -p 2222`` and type the
~/.ssh/aiida_tutorial.pub max@127.0.0.1 -p 2222`` and type the
default password ``moritz``.


Expand Down Expand Up @@ -63,7 +63,7 @@ Afterwards you can connect to VM using this simple command:
.. code:: console
ssh \
-i ~/.ssh/aiida-tutorial \
-i ~/.ssh/aiida_tutorial \
-L 8888:localhost:8888 \
-L 5000:localhost:5000 \
-o ServerAliveInterval=120 \
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/2019_ISSP_Chiba_Japan/sections/verdi_shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ You can do it using commands like

.. code:: python
structure.append_atom(position=(0., 0., 0.), symbols="Si")
structure.append_atom(position=(alat/4., alat/4., alat/4.), symbols="Si")
for the first ‘Si’ atom.
Repeat it for the other atomic site (0, 0, 0).
You can access and inspect the structure sites with the command

.. code:: python
Expand Down

0 comments on commit 56d98b1

Please sign in to comment.