RouteMixed.connect_simple#
- RouteMixed.connect_simple(start_pt: QRoutePoint, end_pt: QRoutePoint) ndarray #
Try connecting start and end with single or 2-segment/S-shaped CPWs if possible.
- Parameters:
start_pt (QRoutePoint) – QRoutePoint of the start
end_pt (QRoutePoint) – QRoutePoint of the end
- Returns:
List of vertices of a CPW going from start to end
- Raises:
QiskitMetalDesignError – If the connect_simple() has failed.