Skip to content

Commit

Permalink
create a small script to test things out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patarimi committed Oct 4, 2024
1 parent 2b3ffb7 commit 1c018cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workdir/generate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from hades.devices.device import generate, Step
from hades.devices.inductor import Specifications, Inductor
from pathlib import Path
from hades.wrappers.ngsolve_w import compute, make_geometry

spec = Specifications(L=1e-9, f_0 = 1e9)

generate(Inductor("test", "sky130"), spec, stop=Step.dimensions)
geom = make_geometry(Path("test.gds"))
compute(geom, 2e9, debug=True)

0 comments on commit 1c018cd

Please sign in to comment.