Cove - A Practical Quantum Computer Programming Framework
SliceSubset Method
NamespacesCove.LocalSimulationQuantumRegisterSliceSubset()()()
Members
IconMemberDescription
SliceSubset(IEnumerable<(Of <(Int32>)>))
Returns a slice (subset) of the quantum register containing the qubits specified in Indexes, and in that order.

SliceSubset(IEnumerable<(Of <(Int32>)>), IQuantumOperation)
Returns a slice (subset) of the quantum register containing the qubits specified in Indexes, and in that order. The operation is then applied to the slice.

SliceSubset(IEnumerable<(Of <(Int32>)>), IEnumerable<(Of <(IQuantumOperation>)>))
Returns a slice (subset) of the quantum register containing the qubits specified in Indexes, and in that order. The specified operations are then applied.

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