-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ability to change length of pin/CPW leading out of transmon cross #949
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Great work
@zlatko-minev just realized I forgot to update the unit test, should be fixed now! |
Great work, I assume you tested and it's backwards compatible. Will merge after checks |
@@ -79,6 +79,8 @@ class TransmonCross(BaseQubit): # pylint: disable=invalid-name | |||
ground_spacing='5um', | |||
claw_width='10um', | |||
claw_gap='6um', | |||
claw_cpw_length='40um', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these values backwards compatible? Thank you
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 if any new tests are needed
948: No, docs change
Did you update the documentation accordingly (yes/no)?
946: Yes
948: No, not applicable
Did you read the CONTRIBUTING document (yes/no)?
Yes
Summary
Added ability to input custom dimensions for the pin attached to the Transmon Cross
Also, fixed issue #948
Details and comments