SubstitutableOnTarget user defined type

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 ResourcesEstimator, or a fully qualified name of a custom target.