Skip to content

Commit

Permalink
Fix PulseGate typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Dec 6, 2021
1 parent 153396f commit 925a9c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
features:
- |
A new transpile pass, :class:`.PulseGates`, was added, which automatically
A new transpiler pass, :class:`.PulseGates`, was added, which automatically
extracts user-provided calibrations from the instruction schedule map and
attaches the gate schedule to the given (transpiled) quantum circuit as a
pulse gate.
Expand All @@ -15,7 +15,7 @@ features:
To supplement this new pass, a schedule was added to
:class:`~qiskit.pulse.InstructionScheduleMap` and is implicitly updated with
a metadata ``"publisher"``. Backend-calibrated gate schedules have a
a metadata field ``"publisher"``. Backend-calibrated gate schedules have a
special publisher kind to avoid overriding circuits with calibrations of
already known schedules. Usually, end-users don't need to take care of this
metadata as it is applied automatically. You can call
Expand Down

0 comments on commit 925a9c3

Please sign in to comment.