-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Schubert
authored and
Martin Schubert
committed
Sep 22, 2023
1 parent
2ab9be5
commit 4b145ad
Showing
11 changed files
with
966 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ maintainers = [ | |
] | ||
|
||
dependencies = [ | ||
"agjax", | ||
"ceviche_challenges", | ||
"jax", | ||
"jaxlib", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from invrs_gym.challenge.ceviche.challenge import ( # noqa: F401 | ||
beam_splitter_challenge, | ||
lightweight_beam_splitter_challenge, | ||
lightweight_mode_converter_challenge, | ||
lightweight_waveguide_bend_challenge, | ||
lightweight_wdm_challenge, | ||
mode_converter_challenge, | ||
waveguide_bend_challenge, | ||
wdm_challenge, | ||
) |
Oops, something went wrong.