Skip to main content

Module optype

Module optype 

Source
Expand description

Node operation definitions.

Re-exports§

pub use qubit::GateOp;
pub use qubit::GateOpType;
pub use qubit::QubitOp;
pub use qubit::QubitRegisterOp;
pub use qubit::WellKnownGate;

Modules§

qubit
Qubit operations

Structs§

ConstArray
An array of constant values of a primitive type.
FuncOp
A function call operation.
SwitchOp
A switch statement.

Enums§

ControlFlowOp
A structured control-flow operation.
FloatArrayOp
An operation over floating point arrays.
FloatOp
An operation over floating point numbers.
IntArrayOp
An operation over integer arrays.
IntOp
An operation over integers.
OpType
The type of an operation. Represents different types of operations.