iqm-finland / KQCircuits

KLayout Python library for integrated quantum circuit design.
GNU General Public License v3.0
126 stars 71 forks source link

Support broadband adaptive solution in HFSS #50

Open nikosavola opened 1 year ago

nikosavola commented 1 year ago

Description

Let the user choose broadband adaptive solution in HFSS from the KQCircuits API. This is easy enough to change manually in Ansys once or twice but becomes tedious when sweeping.

This requires changes in klayout_package/python/scripts/simulations/ansys/import_simulation_geometry.py and the export_ansys API.

Use case

Not sure what the best API would be but one method is to frequency=['broadband', min, max] for export_ansys. This would avoid manual work in the GUI

image