Skip to content

Commit

Permalink
Merge pull request #25 from invrs-io/mfs
Browse files Browse the repository at this point in the history
Update beam_splitter to be compatible with larger mfs
  • Loading branch information
mfschubert authored Oct 18, 2023
2 parents 69e575b + 8996d32 commit 128c3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/invrs_gym/challenges/ceviche/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _linear_from_decibels(x_decibels: float) -> jnp.ndarray:


WG_WIDTH = 400 * u.nm
WG_MODE_PADDING = 560 * u.nm
WG_MODE_PADDING = 520 * u.nm
WG_LENGTH = 720 * u.nm

PADDING = 400 * u.nm
Expand Down Expand Up @@ -77,7 +77,7 @@ def _linear_from_decibels(x_decibels: float) -> jnp.ndarray:
_BEAM_SPLITTER_SPEC = beam_splitter.spec.BeamSplitterSpec(
wg_width=WG_WIDTH,
wg_length=WG_LENGTH,
wg_separation=1120 * u.nm,
wg_separation=1040 * u.nm,
wg_mode_padding=WG_MODE_PADDING,
port_pml_offset=PORT_PML_OFFSET,
variable_region_size=(3200 * u.nm, 2000 * u.nm),
Expand Down

0 comments on commit 128c3fb

Please sign in to comment.