Skip to content

Commit

Permalink
FEAT: So far
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Mar 3, 2024
1 parent 46db272 commit 3ce4702
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/examples/03b_optical_function_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# [0]] [1]]
# ```

# +
import functools
from itertools import product
import gdsfactory as gf
Expand All @@ -30,6 +31,10 @@
import piel
import pprint as pp
import sax
import random

random.seed(0)
# -

# ## Circuit Construction

Expand Down Expand Up @@ -246,4 +251,6 @@
# True
# ```

# One thing I have noticed is that depending on the random configuration of the runner, sometimes the cross and bar states invert on which phase they map. I need to see how to fix that within the computation, if it is even possible.


0 comments on commit 3ce4702

Please sign in to comment.