From 159e2ccc6fc01a578122ee846abe5dd8f02becd5 Mon Sep 17 00:00:00 2001 From: LemurPwned Date: Sat, 8 Feb 2025 22:06:44 +0100 Subject: [PATCH] adding one more simple example --- docs/tutorials/simpler_harmonics.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/tutorials/simpler_harmonics.ipynb b/docs/tutorials/simpler_harmonics.ipynb index a28d5ad..fce791d 100644 --- a/docs/tutorials/simpler_harmonics.ipynb +++ b/docs/tutorials/simpler_harmonics.ipynb @@ -1,5 +1,16 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Simple harmonic Hall voltage detection\n", + "\n", + "In this tutorial, we will simulate the harmonic Hall voltage detection of a single junction.\n", + "\n", + "This notebook also shows how to parallelize the simulation using multiprocessing for faster simulations.\n" + ] + }, { "cell_type": "code", "execution_count": 71,