-
Notifications
You must be signed in to change notification settings - Fork 66
Description
When I tried to run the code about "running circuits on the pulse simulator". I got AerError information:
Traceback (most recent call last): Input In [32] in <cell line: 35> results = backend_sim.run(pulse_qobj, system_model=system_model) File /opt/conda/lib/python3.8/site-packages/qiskit/utils/deprecation.py:27 in wrapper return func(*args, **kwargs) File /opt/conda/lib/python3.8/site-packages/qiskit/providers/aer/backends/pulse_simulator.py:242 in run return super().run(schedules, validate=validate, **run_options) File /opt/conda/lib/python3.8/site-packages/qiskit/utils/deprecation.py:27 in wrapper return func(*args, **kwargs) File /opt/conda/lib/python3.8/site-packages/qiskit/providers/aer/backends/aerbackend.py:191 in run self._validate(qobj) File /opt/conda/lib/python3.8/site-packages/qiskit/providers/aer/backends/pulse_simulator.py:348 in _validate raise AerError("PulseSimulator requires at least one Acquire " AerError: 'PulseSimulator requires at least one Acquire instruction per schedule.'
I wonder if anyone can help me to figure out how to get the correct result.