Skip to content

Commit 4e40ba2

Browse files
committed
change 1500 to 1350...
1 parent c10269a commit 4e40ba2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

notebooks/2025_workshop_notebooks/2. lithography_SWG.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 2,
58+
"execution_count": 1,
5959
"metadata": {},
6060
"outputs": [],
6161
"source": [
6262
"def optimizer2D(polygon, base_script, max_iter = 5):\n",
63-
" wavelengths = Wavelengths(start = 1500e-9, stop = 1600e-9, points = 11)\n",
63+
" wavelengths = Wavelengths(start = 1275e-9, stop = 1325e-9, points = 11)\n",
6464
"\n",
6565
" fom = ModeMatch(monitor_name = 'fom',mode_number = 'fundamental mode', direction = 'Forward', \n",
6666
" target_T_fwd = lambda wl: np.ones(wl.size), norm_p = 1)\n",
@@ -72,7 +72,7 @@
7272
" return opt\n",
7373
"\n",
7474
"def optimizer3D(polygon, base_script, max_iter = 40):\n",
75-
" wavelengths = Wavelengths(start = 1500e-9, stop = 1600e-9, points = 11)\n",
75+
" wavelengths = Wavelengths(start = 1275e-9, stop = 1325e-9, points = 11)\n",
7676
"\n",
7777
" fom = ModeMatch(monitor_name = 'fom',mode_number = 'fundamental TE mode', direction = 'Forward', \n",
7878
" target_T_fwd = lambda wl: np.ones(wl.size), norm_p = 1) # for 3D, we need to specify TE/TM\n",
@@ -542,7 +542,7 @@
542542
],
543543
"metadata": {
544544
"kernelspec": {
545-
"display_name": "venv",
545+
"display_name": "Python 3",
546546
"language": "python",
547547
"name": "python3"
548548
},
@@ -556,7 +556,7 @@
556556
"name": "python",
557557
"nbconvert_exporter": "python",
558558
"pygments_lexer": "ipython3",
559-
"version": "3.10.16"
559+
"version": "3.9.9"
560560
}
561561
},
562562
"nbformat": 4,

0 commit comments

Comments
 (0)