docs: typo in gevp example fixed, additional call to gamma_method

added.
This commit is contained in:
Fabian Joswig 2022-02-15 13:40:50 +00:00
parent 199df2b344
commit 891f77bcef

View file

@ -130,7 +130,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"single_smearing = matrix_V1V1.index(0,0)" "single_smearing = matrix_V1V1.item(0,0)"
] ]
}, },
{ {
@ -284,7 +284,7 @@
"m_eff_Jpsi = corr_ground.m_eff(variant=\"cosh\")\n", "m_eff_Jpsi = corr_ground.m_eff(variant=\"cosh\")\n",
"\n", "\n",
"# We can now pick a plateau range and get a single value for the mass. \n", "# We can now pick a plateau range and get a single value for the mass. \n",
"\n", "m_eff_Jpsi.gamma_method()\n",
"m_Jpsi = m_eff_Jpsi.plateau([5, 24])\n", "m_Jpsi = m_eff_Jpsi.plateau([5, 24])\n",
"\n", "\n",
"# We can now visually compare our plateau value to the data\n", "# We can now visually compare our plateau value to the data\n",