\n",
" \n",
"Disclaimer: \n",
" \n",
"The main objective of the Jupyter notebooks is to show how to use the models of the QENS library by\n",
" \n",
"- building a fitting model: composition of models, convolution with a resolution function \n",
"- setting and running the fit \n",
"- extracting and displaying information about the results \n",
"\n",
"These steps have a minimizer-dependent syntax. That's one of the reasons why different minimizers have been used in the notebooks provided as examples. \n",
"But, note that the initial guessed parameters might not be optimal, resulting in a poor fit of the reference data.\n",
" \n",
"
\n",
"\n",
"\n",
"# Equivalent sites circle with lmfit\n",
"\n",
"## Introduction\n",
"\n",
"
\n",
" \n",
"The objective of this notebook is to show how to use the Equivalent Sites Circle model to perform some \n",
"fits using lmfit.\n",
"