Skip to content

Commit

Permalink
Merge pull request #4 from nanotech-empa/release/1.4.1
Browse files Browse the repository at this point in the history
Release/1.4.1
  • Loading branch information
eimrek authored Apr 7, 2021
2 parents ee1389f + 0e16007 commit b4ff37e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'Ag':{'basis' : 'DZVP-MOLOPT-SR-GTH', 'pseudo' : 'GTH-PBE-q11'},
'Cu':{'basis' : 'DZVP-MOLOPT-SR-GTH', 'pseudo' : 'GTH-PBE-q11'},
'Al':{'basis' : 'DZVP-MOLOPT-SR-GTH', 'pseudo' : 'GTH-PBE-q3' },
'B' :{'basis' : 'TZV2P-MOLOPT-GTH' , 'pseudo' : 'GTH-PBE-q1' },
'B' :{'basis' : 'DZVP-MOLOPT-SR-GTH', 'pseudo' : 'GTH-PBE-q3' },
'Br':{'basis' : 'DZVP-MOLOPT-SR-GTH', 'pseudo' : 'GTH-PBE-q7' },
'C' :{'basis' : 'TZV2P-MOLOPT-GTH' , 'pseudo' : 'GTH-PBE-q4' },
'Si':{'basis' : 'DZVP-MOLOPT-GTH' , 'pseudo' : 'GTH-PBE-q4' },
Expand Down
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.0",
"version": "1.4.1",
"logo": "miscellaneous/logos/empa.png",
"authors": "nanotech@surfaces laboratory, Empa",
"state": "stable"
Expand Down
2 changes: 1 addition & 1 deletion setup_codes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"stm_prepend_text = ipw.Textarea(description=\"Prepend text:\",\n",
" layout = {'width': '70%'},\n",
" value =\n",
" \"module load cray-python/3.8.2.1\\n\" +\n",
" \"module load cray-python\\n\" +\n",
" \"export PYTHONPATH=$PYTHONPATH:\\\"/users/keimre/soft/ase\\\"\\n\"\n",
" )\n",
"\n",
Expand Down

0 comments on commit b4ff37e

Please sign in to comment.