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§
- Const
Array - An array of constant values of a primitive type.
- FuncOp
- A function call operation.
- Switch
Op - A switch statement.
Enums§
- Control
Flow Op - A structured control-flow operation.
- Float
Array Op - An operation over floating point arrays.
- FloatOp
- An operation over floating point numbers.
- IntArray
Op - An operation over integer arrays.
- IntOp
- An operation over integers.
- OpType
- The type of an operation. Represents different types of operations.