Skip to content

Commit 461b5bd

Browse files
authored
Merge pull request #9 from HelgeGehring/feature_meep
Meep integration
2 parents 3aa75d7 + 2a82260 commit 461b5bd

File tree

5 files changed

+400
-1
lines changed

5 files changed

+400
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
Unreleased
55
----------
66
* GDSII-export: Added support for LineStrings
7+
* Added meep integration
78

89
1.1.4
910
-----

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ The structures are organized in cells, which allow:
5656
* Automatized generation of region layers
5757
* Parallelized export
5858

59+
Additionally the structures can conveniently be simulated by:
60+
61+
* Using the meep integration (FDTD)
62+
5963
Finally, there are also different formats in which the pattern can be exported:
6064

6165
* The GDSII-format, which is quite often used for (electron beam/...)-lithography

gdshelpers/simulation/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)