Skip to content

Commit

Permalink
Added multiple params
Browse files Browse the repository at this point in the history
  • Loading branch information
devikamehra committed Aug 13, 2024
1 parent 98325b4 commit 4471e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/estimation/df-chemistry/chemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,10 @@ def ndarray2d_to_string(arr):
"errorBudget": 0.01,
"qubitParams": {"name": "qubit_maj_ns_e6"},
"qecScheme": {"name": "floquet_code"},
},
{
"qubitParams": { "name": "qubit_gate_us_e3" },
"estimateType": "frontier",
}
]
else:
Expand Down

0 comments on commit 4471e4e

Please sign in to comment.