Skip to content

Updated paper results #108

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

Merged
merged 4 commits into from
May 30, 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
4 changes: 2 additions & 2 deletions nidn/plots/plot_eps_per_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def plot_eps_per_point(run_cfg, compare_to_material=None, save_path=None, legend
for N_layer in range(eps.shape[2]):
eps_point_real = eps_np[x, y, N_layer].real
eps_point_imag = eps_np[x, y, N_layer].imag
ax.plot(wl, eps_point_real, linewidth=2, c=NIDN_PLOT_COLOR_1)
ax.plot(wl, eps_point_real, linewidth=2)
ax.minorticks_off()
ax2.plot(wl, eps_point_imag, linewidth=2, c=NIDN_PLOT_COLOR_1)
ax2.plot(wl, eps_point_imag, linewidth=2)
ax2.minorticks_off()

# if not legend:
Expand Down
69 changes: 32 additions & 37 deletions notebooks/Paper Results/0 - TRCWA vs. GRCWA.ipynb

Large diffs are not rendered by default.

8,748 changes: 4,399 additions & 4,349 deletions notebooks/Paper Results/1 - Structure and Material Inference.ipynb

Large diffs are not rendered by default.

1,728 changes: 297 additions & 1,431 deletions notebooks/Paper Results/2 - Structure and Material Inference FDTD.ipynb

Large diffs are not rendered by default.

5,436 changes: 2,726 additions & 2,710 deletions notebooks/Paper Results/3 - Filter Design.ipynb

Large diffs are not rendered by default.

9,598 changes: 4,807 additions & 4,791 deletions notebooks/Paper Results/4 - Perfect Anti-Reflection.ipynb

Large diffs are not rendered by default.

367 changes: 353 additions & 14 deletions notebooks/Paper Results/Recreate all plots.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.