Connection#
qualtran.Connection
View source on GitHub
|
A connection between two Soquets.
qualtran.Connection(
left, right
)
Quantum data flows from left to right. The graph implied by a collection of Connectionss
is directed.
Attributes
Methods#
__ne__
__ne__(
other
)
Check equality and either forward a NotImplemented or return the result negated.
__eq__
__eq__(
other
)
Method generated by attrs for class Connection.
View source on GitHub