From 1e29318ac81d8efdcc364e2e3ed1b51179488de0 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Mon, 9 Nov 2020 22:14:46 +0000 Subject: [PATCH] orb evaluate extra 2 orbitals for edge sts mappings --- orb/submit_orb.ipynb | 4 ++-- orb/view_orb.ipynb | 16 ---------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/orb/submit_orb.ipynb b/orb/submit_orb.ipynb index eeafb3c..847f2d4 100644 --- a/orb/submit_orb.ipynb +++ b/orb/submit_orb.ipynb @@ -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", diff --git a/orb/view_orb.ipynb b/orb/view_orb.ipynb index 9fa6951..67036e6 100644 --- a/orb/view_orb.ipynb +++ b/orb/view_orb.ipynb @@ -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,