Skip to content

Commit

Permalink
Update readme (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Nov 6, 2024
1 parent f9e5f35 commit 5b148a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ isa_circuit = pm.run(circuit)
isa_observables = M1.apply_layout(isa_circuit.layout)

# 3. Execute iteratively using the Estimator primitive
with Session(service=service, backend=backend) as session:
estimator = Estimator(session=session)
with Session(backend=backend) as session:
estimator = Estimator(mode=session)
estimator.options.default_precision = 0.03 # Options can be set using auto-complete.
#next test range
thetac = thetab - (thetab - thetaa) / gr
Expand Down

0 comments on commit 5b148a6

Please sign in to comment.