From f7c2da0ab6665872e9eaa3f546a9f49b278dba6b Mon Sep 17 00:00:00 2001 From: LemurPwned Date: Sat, 28 Dec 2024 19:46:06 +0100 Subject: [PATCH] notebook update --- docs/tutorials/SBModel.ipynb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/SBModel.ipynb b/docs/tutorials/SBModel.ipynb index 1621629..4770bd8 100644 --- a/docs/tutorials/SBModel.ipynb +++ b/docs/tutorials/SBModel.ipynb @@ -525,7 +525,9 @@ "\n", "The dynamic model can be used to compute the voltage FMR. This is done by computing the linearised resistance of the system and then using the voltage drop across the system to compute the frequency shift.\n", "\n", - "We need both the stationary and linearised angles to compute the linearised resistance, so we find the energy minimum first, and then compute the linearisation using standard Jacobian method. " + "We need both the stationary and linearised angles to compute the linearised resistance, so we find the energy minimum first, and then compute the linearisation using standard Jacobian method. \n", + "\n", + "We will also use parallelisation to speed up the computation which normally can be pretty slow." ] }, { @@ -537,7 +539,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 0%| | 0/18 [00:00" ] @@ -646,7 +648,7 @@ "import matplotlib.pyplot as plt\n", "from cmtj.utils.resistance import Rxx_parallel_bilayer_expr\n", "\n", - "GMR = 0.0\n", + "GMR = 0.1\n", "SMR = 0.01\n", "AMR = 0.1\n", "Vdc = 1\n",