Skip to content

Commit

Permalink
Merge pull request #6 from nanotech-empa/release/1.4.3
Browse files Browse the repository at this point in the history
Release/1.4.3
  • Loading branch information
eimrek authored May 5, 2021
2 parents a150879 + 8ebc983 commit d11d9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "App to run scanning probe microscopy simulations.",
"title": "Empa nanotech@surfaces Laboratory - Scanning Probe Microscopy",
"version": "1.4.2",
"version": "1.4.3",
"logo": "miscellaneous/logos/empa.png",
"authors": "nanotech@surfaces laboratory, Empa",
"state": "stable"
Expand Down
4 changes: 3 additions & 1 deletion pdos/submit_pdos.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"source": [
"# Select molecule\n",
"\n",
"The atoms of the molecule need to be ordered in front of the data structure."
"The atoms of the molecule need to be ordered in front of the data structure for the automatic detection to work."
]
},
{
Expand Down Expand Up @@ -208,6 +208,8 @@
" (ase_struct.numbers == 47) |\n",
" (ase_struct.numbers == 79)\n",
" )[0, 0] + 1\n",
" if first_slab_atom <= 1:\n",
" first_slab_atom = 2\n",
" mol_selection.value=\"1..%d\" % (first_slab_atom-1)\n",
" except:\n",
" print(\"Unable to automatically find slab and molecule\")\n",
Expand Down

0 comments on commit d11d9eb

Please sign in to comment.