iqsharp icon indicating copy to clipboard operation
iqsharp copied to clipboard

Use IOfferingsOperations to Determine if Target is Quantum-Executable

Open ScottCarda-MS opened this issue 3 years ago • 0 comments

In AzureClient.cs, we define and use function IsQuantumExecutionTarget to determine if a target is quantum-executable. Instead we should use the API provided by the Service defined here: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/quantum/Microsoft.Azure.Management.Quantum/src/Generated/QuantumManagementClient.cs#L82

ScottCarda-MS avatar Jun 08 '22 17:06 ScottCarda-MS