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
279 stars 205 forks source link

Extend the infomation in name so that one component can have multiple… #774

Closed priti-ashvin-shah-ibm closed 2 years ago

priti-ashvin-shah-ibm commented 2 years ago

… references of one input junction.

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

This closes Issue #773. Users want to have more than one junction in a component. The junction is moved by reference and pads are added. I changed the name to include more information so each reference can be unique.

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

I did it manually and ask the person who had identified the issue. He was happy with the fix.

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

no

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

yes

Summary

The fix makes the name of the cell longer so that it can be unique.

Details and comments