Skip to content

Exporting designs by themselves #105

Answered by qpavsmi
WorkQuoh asked this question in Q&A
Discussion options

You must be logged in to vote

We already covered this here: #102 (comment)

But if you have Chip_1.py you shouldn't need that macro. Do you have the geometry of this chip defined there, or in some other python file?

As long as you have following files:

  • klayout_package/python/kqcircuits/chips/my_chip.py a chip class which defines geometry of the chip
  • klayout_package/python/kqcircuits/simulations/my_chip_sim.py a simulation class which places the chip on the layout and defines ports for it
  • klayout_package/python/scripts/simulations/my_chip_sim.py a simulation script which takes the simulation class, sweeps its parameters, and configures ANSYS to simulate it.

Then kqc sim my_chip_sim.py should work

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@WorkQuoh
Comment options

@qpavsmi
Comment options

@WorkQuoh
Comment options

@qpavsmi
Comment options

Answer selected by WorkQuoh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants