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
What is the expected enhancement?
In order to support pulse, a number of updates to the QobjConfigSchema are required. There should be an ABC QobjConfigSchema from which QASMQobjConfigSchema and PulseQobjSchema inherit.
The pulse qobj supports a superset of configuration attributes with respect to qasm. These are detailed on [pg.32 of the openpulse specification] (https://arxiv.org/pdf/1809.03452.pdf). In addition it uses a PulseRunConfig` (#1924).
Pulse attributes:
n_uchannels
hamiltonian
u_channel_lo
meas_levels
qubit_lo_range
meas_lo_range
dt
dtm
rep_times
meas_map
channel_bandwidth
meas_kernels
discriminators
acquisition_latency
conditional_latency
The text was updated successfully, but these errors were encountered:
What is the expected enhancement?
In order to support pulse, a number of updates to the
QobjConfigSchema
are required. There should be an ABCQobjConfigSchema
from whichQASMQobjConfigSchema
andPulseQobjSchema
inherit.The pulse qobj supports a superset of configuration attributes with respect to qasm. These are detailed on [pg.32 of the openpulse specification] (https://arxiv.org/pdf/1809.03452.pdf). In addition it uses a PulseRunConfig` (#1924).
Pulse attributes:
n_uchannels
hamiltonian
u_channel_lo
meas_levels
qubit_lo_range
meas_lo_range
dt
dtm
rep_times
meas_map
channel_bandwidth
meas_kernels
discriminators
acquisition_latency
conditional_latency
The text was updated successfully, but these errors were encountered: