From 2c52b3034209cc64ef026d59dbfed4467a9bbe03 Mon Sep 17 00:00:00 2001 From: edinvay Date: Fri, 24 Nov 2023 15:19:58 +0100 Subject: [PATCH] removed some stuff from notebook messing with other cells --- .../harmonic_oscillator_evolution.ipynb | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/notebooks/harmonic_oscillator_evolution.ipynb b/docs/notebooks/harmonic_oscillator_evolution.ipynb index a186440..b6c308e 100644 --- a/docs/notebooks/harmonic_oscillator_evolution.ipynb +++ b/docs/notebooks/harmonic_oscillator_evolution.ipynb @@ -135,12 +135,19 @@ "id": "f4f5c5cf", "metadata": {}, "source": [ - "**Constructor Parameters**\n", - "- `expA`: stands for operator $\\exp \\left( \\frac t2 A \\right) = \\exp \\left( i \\frac t2 \\partial_x^2 \\right)$\n", - "- `expB`: stands for operator $\\exp \\left( \\frac t6 B \\right) = \\exp \\left( -i \\frac t6 V \\right)$\n", - "- `exp_tildeB`: stands for operator $\\exp \\left( \\frac {2t}3 \\widetilde B \\right) = \\exp \\left( -i \\frac {2t}3 \\widetilde V \\right)$ with\n", + "`expA`: stands for operator $\\exp \\left( \\frac t2 A \\right) = \\exp \\left( i \\frac t2 \\partial_x^2 \\right)$\n", + "\n", + "\n", + "`expB`: stands for operator $\\exp \\left( \\frac t6 B \\right) = \\exp \\left( -i \\frac t6 V \\right)$\n", + "\n", + "\n", + "`exp_tildeB`: stands for operator\n", "$\n", - "\\widetilde V\n", + " \\exp \\left( \\frac {2t}3 \\widetilde B \\right) = \\exp \\left( -i \\frac {2t}3 \\widetilde V \\right)\n", + "$\n", + "with\n", + "$\n", + " \\widetilde V\n", " =\n", " V\n", " -\n", @@ -432,7 +439,7 @@ " - \\frac {(x - x_0)^2}{4 \\sigma^2}\n", " \\right)\n", "\\end{equation*}\n", - "with $x_0 = 0.3$, $p = 0$ and $\\sigma = 0.04$.\n", + "with $x_0 = 0.3$ and $\\sigma = 0.04$.\n", "All the parameters are chosen in a way that the solution\n", "stays localized mainly on the space interval $[0, 1]$." ]