Skip to content

Commit

Permalink
Update filtering for targets (#1949)
Browse files Browse the repository at this point in the history
This change updates the Azure Quantum targets filter.
  • Loading branch information
cesarzc authored Oct 7, 2024
1 parent c8e987a commit 3de8dbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vscode/src/azure/providerProperties.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

const excludeTargets: string[] = ["ionq.qpu", "rigetti.qpu.aspen-m-2"];
const excludeTargets: string[] = [
"ionq.qpu",
"rigetti.qpu.aspen-m-2",
"rigetti.qpu.ankaa-2",
];

const excludeProviders: string[] = [];

Expand Down

0 comments on commit 3de8dbf

Please sign in to comment.