Cove - A Practical Quantum Computer Programming Framework
SliceReverse Method (Operations)
NamespacesCove.BaseIQuantumRegisterSliceReverse(IEnumerable<(Of <(IQuantumOperation>)>))
Returns a quantum register with the qubits reversed, then the operations applied.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister SliceReverse(
	IEnumerable<IQuantumOperation> Operations
)
Function SliceReverse ( _
	Operations As IEnumerable(Of IQuantumOperation) _
) As IQuantumRegister
IQuantumRegister^ SliceReverse(
	IEnumerable<IQuantumOperation^>^ Operations
)
Parameters
Operations (IEnumerable<(Of <(IQuantumOperation>)>))
The operations to apply to the reversed slice.
Return Value
The quantum register representing this register with the qubits reversed and then the operations applied.
Exceptions
ExceptionCondition
NotUnitaryOperationExceptionThrown if a non-unitary operation is passed. All quantum operations must be unitary.
SizeMismatchExceptionThrown if the size of one of the operations does not match the size of the register.

Assembly: Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)