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

Commit 444f04a

Browse files
committed
further tweaking
1 parent a6ed3a1 commit 444f04a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qiskit/advanced/aer/pulse_simulator_duffing_model.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"metadata": {},
535535
"source": [
536536
"Next we create two functions for observing the data:\n",
537-
"- `plot_cr_pop_data` - for plotting the oscillations in the same style as in Example 1\n",
537+
"- `plot_cr_pop_data` - for plotting the oscillations between the ground state and the first excited state\n",
538538
"- `plot_bloch_sphere` - for viewing the trajectory of the target qubit on the bloch sphere"
539539
]
540540
},
@@ -586,7 +586,7 @@
586586
" for each experiment\n",
587587
" \"\"\"\n",
588588
" \n",
589-
" # get the dim used for simulation\n",
589+
" # get the dimension used for simulation\n",
590590
" dim = int(np.sqrt(len(sim_result.get_statevector(0))))\n",
591591
" \n",
592592
" \n",

0 commit comments

Comments
 (0)