Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 2313fa3

Browse files
hizqialSooluThomas
andauthored
Typos fix in "1_aer_provider" (#1169)
* Typo fix in 1_aer_provider.ipynb The "The Aer Provider" subsection has the following typo "viwed" which ought to be "viewed". * Another typo fix Changed "teh" to "the". Co-authored-by: SooluThomas <[email protected]>
1 parent 84d5ef6 commit 2313fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/simulators/1_aer_provider.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"source": [
4343
"## The Aer Provider\n",
4444
" \n",
45-
"The `Aer` provider contains a variety of high performance simulator backends for a variety of simulation methods. The available backends on the current system can be viwed using `Aer.backends`"
45+
"The `Aer` provider contains a variety of high performance simulator backends for a variety of simulation methods. The available backends on the current system can be viewed using `Aer.backends`"
4646
]
4747
},
4848
{
@@ -98,7 +98,7 @@
9898
"cell_type": "markdown",
9999
"metadata": {},
100100
"source": [
101-
"The default behavior of teh `AerSimulator` backend is to mimic the execution of an actual device. If a `QuantumCircuit` containing measurements is run it will return a count dictionary containing the final values of any classical registers in the circuit. The circuit may contain gates, measurements, resets, conditionals, and other custom simulator instructions that will be discussed in another notebook."
101+
"The default behavior of the `AerSimulator` backend is to mimic the execution of an actual device. If a `QuantumCircuit` containing measurements is run it will return a count dictionary containing the final values of any classical registers in the circuit. The circuit may contain gates, measurements, resets, conditionals, and other custom simulator instructions that will be discussed in another notebook."
102102
]
103103
},
104104
{

0 commit comments

Comments
 (0)