{ "cells": [ { "cell_type": "markdown", "id": "yeh-hummer-intro", "metadata": {}, "source": [ "# Finite-size corrections with Yeh-Hummer\n", "\n", "When performing molecular dynamics simulations with periodic boundary conditions, the calculated diffusion coefficients are affected by finite-size effects. The `kinisi` package includes tools to apply the Yeh-Hummer finite-size correction, which extrapolates the diffusion coefficient to the infinite system size limit.\n", "\n", "In this tutorial, we will demonstrate how to use the `YehHummer` class to correct diffusion coefficients obtained from simulations with different box sizes.\n", "\n", "