diff --git a/doc/source/recipes/FitPureParameters.ipynb b/doc/source/recipes/FitPureParameters.ipynb index c37434b..9eb1526 100644 --- a/doc/source/recipes/FitPureParameters.ipynb +++ b/doc/source/recipes/FitPureParameters.ipynb @@ -1,5 +1,18 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "981687d8", + "metadata": {}, + "source": [ + "# Fit Pure Fluid Parameters\n", + "\n", + "This example shows how to use the new fitting class of version 0.21 of teqp \n", + "to fit the model parameters for the SAFT-VR-Mie model based on fitting\n", + "pseudo-experimental data obtained from a reference equation\n", + "of state." + ] + }, { "cell_type": "code", "execution_count": null,