Skip to content

Commit 4623ea5

Browse files
authored
Fixing a few typos (qiskit-community#1331)
I'd appreciate if a native English speaker can verify that the fixes are correct.
1 parent e5eaf25 commit 4623ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tutorials/calibrations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ Run the calibration experiment:
196196

197197
The instance of ``calibrations`` has been automatically updated with the measured
198198
frequency, as shown below. In addition to the columns shown below, ``calibrations`` also
199-
store the group to which a value belongs, whether a values is valid or not and the
200-
experiment id that produce a value.
199+
stores the group to which a value belongs, whether a value is valid or not, and the
200+
experiment id that produced a value.
201201

202202
.. jupyter-execute::
203203

qiskit_experiments/calibration_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
otherwise indicated.
2424
2525
Calibrating qubit setups is the task of finding the pulse shapes and parameter
26-
values that maximizes the fidelity of the resulting quantum operations. This
26+
values that maximize the fidelity of the resulting quantum operations. This
2727
therefore requires experiments which are analyzed to extract parameter values.
2828
Furthermore, the resulting parameter values and schedules must be managed. The
2929
calibration management module in Qiskit experiments allows users to manage

0 commit comments

Comments
 (0)