Skip to content

Commit

Permalink
adding one more simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Feb 8, 2025
1 parent 3774445 commit 159e2cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/tutorials/simpler_harmonics.ipynb
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 159e2cc

Please sign in to comment.