qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

DynamicsBackend tutorial #193

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

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.

DanPuzzuoli commented 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.

DanPuzzuoli commented 1 year ago

@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).