BaseQubit |
Qubit base class. Use to subscript, not to generate directly. Has connection lines that can be added. |
CapThreeFinger |
Create a three finger planar capacitor with a ground pocket cuttout. The width of the fingers is determined by the trace width. |
CircleCaterpillar |
A single configurable circle. |
CircleRaster |
A single configurable circle. |
LaunchpadWireband |
Launch pad to feed/read signals to/from the chip. |
LauchpadWirebandCoupled |
Launch pad to feed/read signals to/from the chip. |
NGon |
A n-gon polygon. |
NSquareSpiral |
A n count square spiral. |
ParsedDynamicAttributes_Component |
Provides a parsing view of the component options |
QComponent |
QComponent is the base class for all Metal components and is the central construct from which all components in Metal are derived. |
QRouteLead |
A simple class to define a an array of points with some properties, defines 2D positions and some of the 2D directions (XY plane). All values stored as np.ndarray of parsed floats. QRouteLead is a simple sequence of points. Used to accurately control one of the QRoute termination points. |
QRoutePoint |
A convenience wrapper class to define an point with orientation, with a 2D position and a 2D direction (XY plane). All values stored as np.ndarray of parsed floats. |
QRoute |
Super-class implementing routing methods that are valid irrespective of the number of pins (>=1). The route is stored in a n array of planar points (x,y coordinates) and one direction, which is that of the last point in the array Values are stored as np.ndarray of parsed floats or np.array float pair. |
Rectangle |
A single configurable square. |
RectangleHollow |
A single configurable square. |
RestonatorRectangleSpiral |
A rectnagle spiral resonator based on length input. The X dimension is modified by the code based on the total length inputed. |
RouteAnchors |
Creates and connects a series of anchors through which the Route passes. |
RouteFramed |
A non-meandered basic CPW that is auto-generated between 2 components. Designed to avoid self-collisions and collisions with components it is attached to. |
RouteMeander |
The base CPW meandered class. Implements a simple CPW, with a single meander |
RouteMixed |
The comprehensive Routing class Inherits RoutePathfinder, RouteMeander class, thus also QRoute and RouteAnchors. Implements fully featured Routing, allowing different type of connections between anchors. |
RoutePathfinder |
Non-meandered CPW class that combines A* pathfinding algorithm with simple 1-, 2-, or S-shaped segment checks and user-specified anchor points. 1. A* heap modified to prioritize paths with shortest length_travelled + Manhattan distance to destination. 2. Checks if connect_simple is valid each time we pop from the heap. If so, use it, otherwise proceed with A*. 3. Tweaks connect_simple to account for end anchor direction in determining which CPW (elbow or S-segment) to use. |
RouteStraight |
Draw a straight Route connecting two pins. |
TransmonConcentric |
The base TrasmonConcentric class. Metal transmon object consisting of a circle surrounding by a concentric ring. There are two Josephson Junction connecting the circle to the ring; one at the south end and one at the north end. There is a readout resonator. |
TransmonCross |
The base TransmonCross class. Simple Metal Transmon Cross object. Creates the A cross-shaped island, the “junction” on the south end, and up to 3 connectors on the remaining arms (claw or gap). |
TransmonPocket |
The base TransmonPocket class. Create a standard pocket transmon qubit for a ground plane, with two pads connected by a junction (see drawing below). Connector lines can be added using the connection_pads dictionary. Each connector pad has a name and a list of default properties. |
TransmonPocketCL |
The base TransmonPocketCL class. Create a standard pocket transmon qubit for a ground plane, with two pads connected by a junction (see drawing below). Connector lines can be added using the connection_pads dictionary. Each connector line has a name and a list of default properties. |