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",