ModPlus#
qualtran.drawing.ModPlus
View source on GitHub
|
Base class for a symbol.
Inherits From: WireSymbol
qualtran.drawing.ModPlus()
A symbol is a particular visual representation of a bloq’s register.
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 ModPlus.
View source on GitHub