Skip to content

Commit

Permalink
Update docs/news/posts/2024-10-18-exploring-aiida-database.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Geiger <[email protected]>
  • Loading branch information
eimrek and GeigerJ2 authored Oct 17, 2024
1 parent 1017394 commit 573e812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/news/posts/2024-10-18-exploring-aiida-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In addition, you will also need to download the AiiDA archive `two_dimensional_d
$ wget 'https://archive.materialscloud.org/record/file?record_id=2396&filename=two_dimensional_database.aiida' -O two_dimensional_database.aiida
```

Next, we need to make the archive data available for the AiiDA environment, and there are two possibilities for this. The first and traditional way is to [set up an AiiDA profile](https://aiida.readthedocs.io/projects/aiida-core/en/stable/installation/guide_complete.html#create-a-profile) and import the archive data with
Next, we need to make the archive data available for the AiiDA environment, and there are two possibilities for this. The first and traditional way is to [set up an AiiDA profile](https://aiida.readthedocs.io/projects/aiida-core/en/v2.6.2/installation/guide_quick.html#quick-installation-guide) and import the archive data with

```bash
$ verdi archive import two_dimensional_database.aiida
Expand Down

0 comments on commit 573e812

Please sign in to comment.