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).
Summary
Closes #191
Adds documentation for the
backend
module, theDynamicsBackend
class, and a release note forDynamicsBackend
.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).