Closed DanPuzzuoli closed 1 year ago
I've just converted to RST. I've added pandas to requirements-dev.txt
, but it's only used for table visualization, so it may make sense to remove this.
@coruscating In addition to the above replies, with the addition of cross-linking of qiskit_experiments
, I've tried to get all class references to Terra and Experiments to be proper links (hopefully not missing any).
Summary
Closes #192
This tutorial is written to show users how they can use the
DynamicsBackend
to specify pulse-level simulations in various ways:Each of the above requires different levels of configuration of the various attributes of
DynamicsBackend
, so this tutorial will guide users on the setup necessary to achieve their desired task.Details and comments
It is currently just a jupyter notebook in the
docs/tutorial
folder.