Skip to content

Commit 1f6a30b

Browse files
authored
Updating import gds tutorial (#321)
* Updating import gds tutorial
1 parent ba941fa commit 1f6a30b

File tree

5 files changed

+485
-189
lines changed

5 files changed

+485
-189
lines changed

GDSCreation.ipynb

Lines changed: 422 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GDSImport.ipynb

Lines changed: 55 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/features/structures.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Tidy3D natively supports the definition of various primitive geometries such as
1515
../../PICComponents
1616
../../PhotonicCrystalsComponents
1717
../../CreatingGeometryUsingTrimesh
18+
../../GDSCreation

misc/coupler.gds

0 Bytes
Binary file not shown.

misc/import_file_mapping.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@
3030
"UnstructuredData.ipynb": ["unstructured_grid.vtu"],
3131
"MMIMeepBenchmark.ipynb": ["MeepMMI.txt"],
3232
"Autograd13Metasurface.ipynb": ["logo.png"],
33-
"DirectionalCoupler.ipynb": [ "misc/coupler.gds"]
33+
"DirectionalCoupler.ipynb": [ "misc/coupler.gds"],
34+
"MultipoleExpansion.ipynb": [
35+
"misc/mie_electric_dipole",
36+
"misc/mie_magnetic_dipole",
37+
"misc/mie_electric_quadrupole",
38+
"misc/mie_magnetic_quadrupole"
39+
]
3440
}

0 commit comments

Comments
 (0)