Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tncc committed Oct 26, 2023
1 parent aa30317 commit ca7affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-quantum/azure/quantum/target/ionq.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ionq.simulator" : 0.0,
"ionq.qpu" : 1.0,
"ionq.qpu.aria-1" : 97.5,
"ionq.qpu.aria-2" : 97.5
"ionq.qpu.aria-2" : 97.5,
"ionq.qpu.forte-1" : 97.5
}

Expand Down

0 comments on commit ca7affe

Please sign in to comment.