Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Apr 27, 2024
1 parent bb06264 commit 852cc4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions notebooks/femwell_01_modes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
" }\n",
")\n",
"\n",
"filtered_layer_stack.layers[\"core\"].thickness = (\n",
" 0.22 # Perturb the layer_stack before simulating\n",
")\n",
"filtered_layer_stack.layers[\n",
" \"core\"\n",
"].thickness = 0.22 # Perturb the layer_stack before simulating\n",
"\n",
"filtered_layer_stack.layers[\"slab90\"].thickness = (\n",
" 0.09 # Perturb the layer_stack before simulating\n",
")\n",
"filtered_layer_stack.layers[\n",
" \"slab90\"\n",
"].thickness = 0.09 # Perturb the layer_stack before simulating\n",
"\n",
"resolutions = {\n",
" \"core\": {\"resolution\": 0.02, \"distance\": 1, \"SizeMax\": 0.2},\n",
Expand Down Expand Up @@ -125,7 +125,7 @@
"id": "6",
"metadata": {},
"source": [
"You can use them as inputs to other [femwell mode solver functions](https://github.com/HelgeGehring/femwell/blob/main/femwell/mode_solver.py) to inspect or analyze the modes:"
"You can use them as inputs to other femwell mode solver functions to inspect or analyze the modes:"
]
},
{
Expand Down

0 comments on commit 852cc4b

Please sign in to comment.