Cove - A Practical Quantum Computer Programming Framework
SliceTo Method
NamespacesCove.BaseIQuantumRegisterSliceTo()()()
Members
IconMemberDescription
SliceTo(Int32)
Returns a slice (subset) of the register from the beginning to EndIndex.

SliceTo(Int32, IQuantumOperation)
Returns a slice (subset) of the register from the beginning to EndIndex, then has the operation applied to it.

SliceTo(Int32, List<(Of <(IQuantumOperation>)>))
Returns a slice (subset) of the register from the beginning to EndIndex, then has the operations applied to it.

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