You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support pulse, a number of updates to the Qobj are required. There should be an ABC Qobj from which QASMQobj and PulseQobj inherit.
The pulse qobj supports a different set of Commands compared to the qasm qobj Instructions. These are detailed on [pg.36 of the openpulse specification] (https://arxiv.org/pdf/1809.03452.pdf). In addition it uses a PulseRunConfig` (#1924).
What is the expected enhancement?
In order to support pulse, a number of updates to the Qobj are required. There should be an ABC
Qobj
from whichQASMQobj
andPulseQobj
inherit.The pulse qobj supports a different set of
Commands
compared to the qasm qobjInstructions. These are detailed on [pg.36 of the openpulse specification] (https://arxiv.org/pdf/1809.03452.pdf). In addition it uses a
PulseRunConfig` (#1924).The base commands are:
fc
shifts the phase of all future pulses on a channel.pv
holds a given value until next command on the channel.acquire
instructs digitizers to acquire data.snapshot
for use with pulse simulators.The text was updated successfully, but these errors were encountered: