Skip to content

Commit

Permalink
remove inadvertent duplication of Aspen-M-3
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD authored Oct 28, 2023
1 parent 1b2e58b commit 60129bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-quantum/azure/quantum/target/rigetti/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def num_qubits(target_name) -> int:
return 20
elif target_name == RigettiTarget.ASPEN_M_3.value:
return 80
elif target_name == RigettiTarget.ASPEN_M_3.value:
return 80
elif target_name == RigettiTarget.ANKAA_2.value:
return 84
else:
Expand Down

0 comments on commit 60129bd

Please sign in to comment.