Expand description
Implementation of various quantum gates to be used in tensor networks.
Traits§
- Gate
- A quantum gate.
Functions§
- is_
gate_ known - Returns whether the given gate is known.
- load_
gate - Computes the gate matrix for the given gate and angles.
- load_
gate_ adjoint - Computes the adjoint of the gate matrix for the given gate and angles.
- register_
gate - Registers a gate definition to resolve a gate name to a gate implementation.