mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
docs: typo in gevp example fixed, additional call to gamma_method
added.
This commit is contained in:
parent
199df2b344
commit
891f77bcef
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue