From 91c3a5fe8333ebf40898ddca1fe8f45c75bc66b2 Mon Sep 17 00:00:00 2001 From: Xinwei <66780582+xw-w@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:45:42 +0000 Subject: [PATCH] Update CarrierCapture_workflow.ipynb --- example/notebook/CarrierCapture_workflow.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/notebook/CarrierCapture_workflow.ipynb b/example/notebook/CarrierCapture_workflow.ipynb index 1447b79..4a3d29e 100644 --- a/example/notebook/CarrierCapture_workflow.ipynb +++ b/example/notebook/CarrierCapture_workflow.ipynb @@ -732,7 +732,7 @@ "outputs": [], "source": [ "# use neutral structure - spin-up\n", - "Q₀ = 1.4 * delQ\n", + "Q₀ = 0.6 * delQ\n", "W_h = 0.008845542513718841 # e-ph coupling\n", "g_h = 1 # degeneracy of the final state\n", "\n", @@ -788,7 +788,7 @@ "metadata": {}, "outputs": [], "source": [ - "Q₀ = 1.4 * delQ\n", + "Q₀ = 0.6 * delQ\n", "W_e = 0.01574121704013372 # e-ph coupling\n", "g_e = 2 # degeneracy of the final state\n", "\n",