From f959b7cd57d5ef72781ad426a69e6170401c4234 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 23 Jul 2024 17:32:10 -0400 Subject: [PATCH] Add header block --- doc/source/recipes/FitPureParameters.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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,