Cove - A Practical Quantum Computer Programming Framework
SliceReverse Method (Operation)
NamespacesCove.LocalSimulationQuantumRegisterSliceReverse(IQuantumOperation)
Returns a quantum register with the qubits reversed, then the operation applied.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister SliceReverse(
	IQuantumOperation Operation
)
Public Function SliceReverse ( _
	Operation As IQuantumOperation _
) As IQuantumRegister
public:
virtual IQuantumRegister^ SliceReverse(
	IQuantumOperation^ Operation
) sealed
Parameters
Operation (IQuantumOperation)
The operation to apply to the reversed slice.
Return Value
The quantum register representing this register with the qubits reversed and then the operation 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.
ArgumentExceptionThrown if the operation does not have AbstractSimulatedQuantumOperation as a base class.

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