qiskit-metal icon indicating copy to clipboard operation
qiskit-metal copied to clipboard

Use non default Chip name and layer number

Open priti-ashvin-shah-ibm opened this issue 3 years ago • 2 comments

Information

  • Qiskit Metal version:
  • Python version:
  • Operating system:

What is the current behavior?

@Ray Parker was using non default chip name and could not create a gds file as desired.

add_qgeometry needs to have to updated chip name and layer number. If the chip and layer number have not been added, then use the latest values from options, not the default.

Steps to reproduce the problem

Conversation in Slack #metal.

What is the expected behavior?

Suggested solutions

priti-ashvin-shah-ibm avatar Feb 14 '22 19:02 priti-ashvin-shah-ibm

As an afterthought, I think there should also be a check for the chip name existing with design.chips. If the chip information is not there for that chip name, need to give an error.

priti-ashvin-shah-ibm avatar Feb 16 '22 16:02 priti-ashvin-shah-ibm

I added an error for the pull request.

priti-ashvin-shah-ibm avatar Feb 23 '22 21:02 priti-ashvin-shah-ibm

code in pull request.

priti-ashvin-shah-ibm avatar Feb 01 '23 22:02 priti-ashvin-shah-ibm