Cove - A Practical Quantum Computer Programming Framework
SliceFrom Method
NamespacesCove.LocalSimulationQuantumRegisterSliceFrom()()()
Members
IconMemberDescription
SliceFrom(Int32)
Returns a slice (subset) of the register from StartIndex to the end.

SliceFrom(Int32, IQuantumOperation)
Returns a slice (subset) of the register from StartIndex to the end, then has the operation applied to it.

SliceFrom(Int32, IEnumerable<(Of <(IQuantumOperation>)>))
Returns a slice (subset) of the register from StartIndex to the end, then has the operations applied to it.

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