SubstitutableOnTarget user defined type

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Targeting

Package: Microsoft.Quantum.AutoSubstitution

Enables to substitute an operation with an alternative operation for a given target


@ Microsoft.Quantum.Core.Attribute()
newtype SubstitutableOnTarget = (AlternativeOperation : String, TargetName : String);

Named Items

AlternativeOperation : String

Fully qualified name of alternative operation to substitute operation with.

TargetName : String

One of QuantumSimulator, ToffoliSimulator, or a fully qualified name of a custom target.