Skip to content

Commit

Permalink
minor docs updates (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Aug 1, 2023
1 parent 928184e commit ad65168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ To invoke the `Estimator` primitive within a session:

```python
from qiskit_ibm_runtime import QiskitRuntimeService, Session, Options, Estimator
from qiskit import QuantumCircuit
from qiskit.circuit.library import RealAmplitudes
from qiskit.quantum_info import SparsePauliOp

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/chsh_with_estimator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"outputs": [],
"source": [
"service = QiskitRuntimeService()\n",
"backend = service.get_backend(\"ibm_brisbane\")"
"backend = service.get_backend(\"ibmq_qasm_simulator\")"
]
},
{
Expand Down

0 comments on commit ad65168

Please sign in to comment.