feat: examples 3 & 4 updated to new version

This commit is contained in:
Fabian Joswig 2022-01-06 12:07:19 +01:00
parent 82aa305dc1
commit 7b3d7a76a5
2 changed files with 111 additions and 439 deletions

View file

@ -210,7 +210,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 17, "execution_count": 10,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -222,7 +222,7 @@
"`ftol` termination condition is satisfied.\n", "`ftol` termination condition is satisfied.\n",
"chisquare/d.o.f.: 0.2704765091136813\n", "chisquare/d.o.f.: 0.2704765091136813\n",
"Result\t 5.03431904e-03 +/- 5.38835422e-04 +/- 8.24919899e-05 (10.703%)\n", "Result\t 5.03431904e-03 +/- 5.38835422e-04 +/- 8.24919899e-05 (10.703%)\n",
" t_int\t 5.15384615e-01 +/- 1.25000000e-01 S = 3.00\n", " t_int\t 5.15384615e-01 +/- 1.25000000e-01 S = 2.00\n",
"64 samples in 1 ensemble:\n", "64 samples in 1 ensemble:\n",
" · Ensemble 'test_ensemble' : 64 configurations (from 1 to 64)\n" " · Ensemble 'test_ensemble' : 64 configurations (from 1 to 64)\n"
] ]
@ -388,7 +388,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"If everything is satisfactory, dump the `Obs` in a pickle file for future use. The `Obs` `pcac_plateau` conatains all relevant information for any follow up analyses." "If everything is satisfactory, save the `Obs` in a file for future use. The `Obs` `pcac_plateau` conatains all relevant information for any follow up analyses."
] ]
}, },
{ {

File diff suppressed because one or more lines are too long