You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of the Unitary Simulator is extremely sparse: it's just two sentences that reveal little about how to use it.
I would like to use it in our teaching to inspect linear operator representations of gates and circuits. Could a bit more information - at the very least a couple of examples - be added to the documentation?
## Description
This PR updates the DDSIM documentation of all available simulators to
show more of their usage and some examples.
Interestingly, this revealed that the CoTenGra mode for the simulation
path framework was not working anymore, which was subsequently fixed.
Fixes#345
## Checklist:
<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->
- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
What's the problem this feature will solve?
The documentation of the Unitary Simulator is extremely sparse: it's just two sentences that reveal little about how to use it.
I would like to use it in our teaching to inspect linear operator representations of gates and circuits. Could a bit more information - at the very least a couple of examples - be added to the documentation?
Many thanks.
Describe the solution you'd like
I would like
https://mqt.readthedocs.io/projects/ddsim/en/latest/simulators/UnitarySimulator.html
to contain
The text was updated successfully, but these errors were encountered: