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
270 stars 201 forks source link

added airbridge_generator logic #903

Closed clarkmiyamoto closed 1 year ago

clarkmiyamoto commented 1 year ago

What are the issues this pull addresses (issue numbers / links)?

Did you add tests to cover your changes (yes/no)?

Did you update the documentation accordingly (yes/no)?

Did you read the CONTRIBUTING document (yes/no)?

Summary

Adds a tool to generate auto generate airbridges!

Details and comments

Example usage: Airbridge_Generator(design, [cpw], crossover_length=0.010 + (2 * 0.006) , BRS1=0.005) where cpw is an TLine in QComponents

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

obrienpja commented 1 year ago

HI @clarkmiyamoto! Thank you for your contribution! It seems that you need to format your code with yapf in order to pass the lint job on the pipeline.