Skip to content

Commit

Permalink
orb evaluate extra 2 orbitals for edge sts mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Nov 9, 2020
1 parent d0d22de commit 1e29318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions orb/submit_orb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@
" '--dx': '0.15',\n",
" '--eval_cutoff': '14.0',\n",
" '--extrap_extent': '5.0',\n",
" '--n_homo': str(n_homo_inttext.value),\n",
" '--n_lumo': str(n_lumo_inttext.value),\n",
" '--n_homo': str(n_homo_inttext.value+2),\n",
" '--n_lumo': str(n_lumo_inttext.value+2),\n",
" '--orb_heights': heights_text.value.split(),\n",
" '--orb_isovalues': isovals_text.value.split(),\n",
" '--orb_fwhms': fwhms_text.value.split(),\n",
Expand Down
16 changes: 0 additions & 16 deletions orb/view_orb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,6 @@
" return np.arange(i_start, i_end)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"local_ref_index"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 1e29318

Please sign in to comment.