Skip to content

Commit

Permalink
Drop COD structure importer and move OPTIMADE to 2nd place.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jul 14, 2021
1 parent 8a05a19 commit 23f521c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@
"structure_manager_widget = StructureManagerWidget(\n",
" importers=[\n",
" StructureUploadWidget(title=\"From computer\"),\n",
" CodQueryWidget(title=\"COD\"),\n",
" StructureBrowserWidget(title=\"AiiDA database\"),\n",
" OptimadeQueryWidget(embedded=True),\n",
" StructureBrowserWidget(title=\"AiiDA database\"),\n",
" SmilesWidget(title=\"SMILES\"), # requires OpenBabel! \n",
" StructureExamplesWidget(\n",
" title=\"From Examples\",\n",
Expand Down

0 comments on commit 23f521c

Please sign in to comment.