Skip to content

Commit

Permalink
Examples: Add Lithium Carbonate to List of Examples (#622)
Browse files Browse the repository at this point in the history
Fixes an oversight from #614
where the lithium carbonate example was not added to `Examples` in `__init__.py`
and was thus not selectable as a structure.
  • Loading branch information
PNOGillespie authored Feb 14, 2024
1 parent 983845a commit 54bc0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiidalab_qe/app/structure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
("Gallium arsenide", file_path / "examples" / "GaAs.xyz"),
("Gold (fcc)", file_path / "examples" / "Au.cif"),
("Cobalt (hcp)", file_path / "examples" / "Co.cif"),
("Lithium carbonate", file_path / "examples" / "Li2CO3.cif"),
]

OptimadeQueryWidget.title = "OPTIMADE" # monkeypatch
Expand Down

0 comments on commit 54bc0cf

Please sign in to comment.