[][src]Module qip::qubit_chainer

Structs

DoubleQubitChain

Chaining struct for a pair of qubits (each may have multiple indices)

SingleQubitChain

Chaining struct for a single qubit (which may have multiple indices)

VecQubitChain

Chaining struct for a vector of qubits (each may have multiple indices)

Functions

chain

Produce a chaining struct for a given qubit q, operations will be applied using b.

chain_tuple

Produce a chaining struct for a qubit tuple (qa, qb), operations will be applied using b.

chain_vec

Produce a chaining struct for a qubit vec qs, operations will be applied using b.