Adding an external .gds file as a cell #87
-
Hi, my company is working with an external research center ( VTT indeed :) ), which provides us a .gds file that has to be inserted as a cell without modifications (geometries, layers, ect.). How can I do it within the KQCircuits package? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
If the external .gds file is an entire chip that you want to include in the wafer, then it is as simple as giving a filepath string in the mask script. But seems that you want to include an element within the KQCircuits chip? I've given instructions in the past about using a .gds file to insert a qubit in the chip here: #83 (comment) Let me know if this works for you. In summary, place the .gds file either in |
Beta Was this translation helpful? Give feedback.
OK, good to know that the file format was the issue :D
After
self.layout.create_cell
and beforeself.insert_cell
, try adding this line: