Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metagrating3d #8

Merged
merged 6 commits into from
Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Metagrating3D/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ As an example, optimized metagrating designs with following parameters can be fo
- **Period**: Px = 1050/sin(50) nm, Py = 0.5* 1050 nm
- **Thickness**: 325 nm
- **Polarization**: TE and TM
- **Unit Cell**: Nx = 118, Ny = 45
- **Unit Cell**: Nx = 472, Ny = 180

The deflection efficiencies for the example device in this repo are, TE: 95.14%, TM: 91.14%. `device.mat` file contains all optimization parameters and final device pattern in matlab format while `device.csv` is the optimized device pattern (2D matrix) in csv format.
The deflection efficiencies for the example device in this repo are:
- **Device1**: TE 86%, TM 89%
- **Device2**: TE 89%, TM 88%
- **Device3**: TE 89%, TM 90%

`device.mat` file contains all optimization parameters and final device pattern in matlab format while `device.csv` is the optimized device pattern (2D matrix) in csv format.

590 changes: 472 additions & 118 deletions Metagrating3D/device1.csv

Large diffs are not rendered by default.

Binary file modified Metagrating3D/device1.mat
Binary file not shown.
472 changes: 472 additions & 0 deletions Metagrating3D/device2.csv

Large diffs are not rendered by default.

Binary file added Metagrating3D/device2.mat
Binary file not shown.
472 changes: 472 additions & 0 deletions Metagrating3D/device3.csv

Large diffs are not rendered by default.

Binary file added Metagrating3D/device3.mat
Binary file not shown.