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 ability to change dimensions of CPW for the TransmonCross, also fixed typo in installation docs #947

Closed andrekuo closed 1 year ago

andrekuo commented 1 year ago

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

946, #948

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

(946) No -- not sure how to test this (very simple change) (948) No -- docs fix

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

(946) Yes (948) N/A

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

Yes

Summary

Added a length and width option for the CPW coming out of the claw for transmons (width would previously default to cpw_width, length would default to 4*cpw_width)

Also, fixed typo described in issue #948

Details and comments