amazon-braket-pennylane-plugin-python
amazon-braket-pennylane-plugin-python copied to clipboard
A plugin for allowing Xanadu PennyLane to use Amazon Braket devices
*Issue #, if available:* Documentation (https://amazon-braket-pennylane-plugin-python.readthedocs.io/en/latest/code.html#class-inheritance-diagram) does not display the graph. *Description of changes:* Based on this successful PR on the Pennylan repo (https://github.com/PennyLaneAI/pennylane/pull/4284), I am adding graphviz package to...
**Describe the feature you'd like** The Braket local simulators now support `run_batch` using local CPU resources. We should allow PennyLane to hook into that functionality. **How would this feature be...
**Describe the feature you'd like** `qml.counts` is already supported for AHS programs. There is a great value in making `qml.counts` available for circuits. **How would this feature be used? Please...
**Describe the feature you'd like** Support for running `QuantumTape`s with different shot amounts in one fell swoop. **How would this feature be used? Please describe.** Would allow Braket to run...
*Issue #, if available: None *Description of changes: Increment counter for num_executions for single and batch executions so that BraketQubitDevice behaves consistent with Pennylane specification in base class: *Testing done:...
*Issue #, if available:* *Description of changes:* Tests the latest Braket code against the latest release of PennyLane. Includes a tox env for better local testing. *Testing done:* `tox -e...
Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.1 to 1.4.2. Release notes Sourced from thehanimo/pr-title-checker's releases. v1.4.2 Transition to node 20 Commits 1d8cd48 Merge pull request #46 from MoLow/patch-1 7bcfcff Update release-drift action to...
*Issue #, if available:* #255 *Description of changes:* Starting with the changes from #260 and performing the additional work required to merge to `main`. In particular, we need to: -...
*Issue #, if available:* *Description of changes:* Fix code documentation usage of `qml.var` *Testing done:* Running the docs code locally ## Merge Checklist _Put an `x` in the boxes that...
*Issue #, if available:* Related to #98 *Description of changes:* - `qml.sample()` can now be used without specifying the observable. Example: ```python import pennylane as qml from pennylane import numpy...