qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
276 stars 205 forks source link

Add auto-wirebonds in Gmsh renderer #841

Open AbeerVaishnav13 opened 2 years ago

AbeerVaishnav13 commented 2 years ago

Please be as descriptive as possible, including: what is expected, why is this feature needed, what is the objective, etc.

What is the feature being requested?

Add the functionality to draw wirebonds automatically in Gmsh for more accurate results from capacitance and eigenmode simulations. The issue is referenced in the code where the change is needed to be made. Just search for #841 in renderers/renderer_gmsh/gmsh_renderer.py

Enhancement to PR --> #815

What are use cases for this feature?

To make it as close as possible to the current implementation of QAnsysRenderer and to increase the accuracy of the simulations done.