Circle#
qualtran.drawing.Circle
View source on GitHub
|
Base class for a symbol.
Inherits From: WireSymbol
qualtran.drawing.Circle(
filled=attr_dict['filled'].default
)
A symbol is a particular visual representation of a bloq’s register.
Attributes
Methods#
draw
draw(
ax, x, y
)
Draw this symbol using matplotlib.
__ne__
__ne__(
other
)
Check equality and either forward a NotImplemented or return the result negated.
__eq__
__eq__(
other
)
Method generated by attrs for class Circle.
View source on GitHub