| Icon | Member | Description |
|---|---|---|
| SliceReverse(Int32, Int32) |
Returns a slice (subset) of the quantum register, but the ordering of the
qubits in the returned register are reversed.
| |
| SliceReverse()()() |
Returns a quantum register with the qubits reversed.
| |
| SliceReverse(Int32, Int32, IQuantumOperation) |
Returns a slice (subset) of the quantum register, but the ordering of the
qubits in the returned register are reversed then have the specified operation
applied.
| |
| SliceReverse(IQuantumOperation) |
Returns a quantum register with the qubits reversed, then the operation applied.
| |
| SliceReverse(Int32, Int32, IEnumerable<(Of <(IQuantumOperation>)>)) |
Returns a slice (subset) of the quantum register, but the ordering of the
qubits in the returned register are reversed then have the specified operations
applied.
| |
| SliceReverse(IEnumerable<(Of <(IQuantumOperation>)>)) |
Returns a quantum register with the qubits reversed, then the operations applied.
|