iqm-finland / KQCircuits

KLayout Python library for integrated quantum circuit design.
GNU General Public License v3.0
126 stars 71 forks source link

FlipChipConnectorRf inconsistent between round and square connector shape #56

Closed qpavsmi closed 5 months ago

qpavsmi commented 1 year ago

Description

The geometry for FlipChipConnectorRf with round_connector=True and round_connector=False are not consistent:

image

Acceptance criteria

Use case

No response

iqmtestd commented 6 months ago

Refpoints are seemingly all right for the square connector too in GUI:

image

Also when trying to get them in code:

cell, refp = FlipChipConnectorRf.create_with_refpoints(layout, face_ids=['1t1', '2b1'], round_connector=False)
refp['1t1_port']