Skip to content

Commit

Permalink
Update PBS_DBS_without_gdsii.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideousmon authored May 19, 2024
1 parent 49d3c1e commit 9295d5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/inversedesign/PBS_DBS_without_gdsii.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
import matplotlib.pyplot as plt

if __name__ == "__main__":
# definitions for gdsii file creation
cell = Cell("PBS")
wg_layer = Layer(1, 0)
etch_layer = Layer(2, 0)
oxide_layer = Layer(3, 0)

# parameters for structures
waveguide_width = 0.44
waveguide_length = 3
Expand Down

0 comments on commit 9295d5b

Please sign in to comment.