Getting Started
Recipes
API reference
Migrating from 1.x to 2.0
Notebooks
Search…
k
api
gates
NoneGate
type
gates.NoneGate
class NoneGate:
Identity gate — always-True PerPair mask.
Members
method
__call__
Return a PerPair gate with all-True mask of shape (N, M).
__init__
Source: unitrack/gates/simple.py:14