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 documentation #195

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

Summary

Closes #191

Adds documentation for the backend module, the DynamicsBackend class, and a release note for DynamicsBackend.

Details and comments

Also makes a minor modification to correct an error in solvers/__init__.py: brackets were unnecessarily being put around the references (the reference command adds brackets).