Get the binary representation of the exposed qubits that would be
operated on by an operation.
| C# | Visual Basic | Visual C++ |
protected internal int GetIncludedBinaryRepresentation( List<int> OperationTargets, int Value )
Protected Friend Function GetIncludedBinaryRepresentation ( _ OperationTargets As List(Of Integer), _ Value As Integer _ ) As Integer
protected public: int GetIncludedBinaryRepresentation( List<int>^ OperationTargets, int Value )
- OperationTargets (List<(Of <(Int32>)>))
- The target qubits of the operation. The value is the target qubit in the complete and unsliced register.
- Value (Int32)
- The row or column that would be operated on.
The binary representation of the exposed qubits.