Austin Huang
Austin Huang
**Context:** Implemented a new template for issue 4848 **Description of the Change:** Implements FABLE as a template to efficiently encodes the block matrix. **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** https://github.com/PennyLaneAI/pennylane/issues/4848
Without transpilation, you can't run Estimators and Samplers using Qiskit 1.0. This is a simple change that just transpiles circuits so that it can be submitted to a real hardware...
To explain this change, some context behind the bug is necessary. We were seeing a difference between running qml.sample() when use_primitives was set to True vs False. When use_primitives was...
This is a work in progress. This pull request aims to create a new Qiskit device that uses the new device API in Pennylane. The goal is to be compatible...
When using primitives the output for qml.probs on qiskitdevice2 is currently in the wrong format. This PR seeks to amend that so that the output formats are consistent.
Seems like [the docstring for available_devices()](https://github.com/Qiskit/qiskit-aer/blob/b77f00578101d449ae9489a4ab164a7d11dcd1b3/qiskit_aer/backends/aer_simulator.py#L897-L901) of the `AerSimulator` has not been updated appropriately. Should be ``` def available_devices(self): """Return the available simulation devices.""" ```
**Context** The new qiskit device is shaping up to look pretty good so it's time to update `qiskit.remote` so that it uses the new qiskit device api instead of the...
This PR parametrizes certain tests to run with fakehardware instead. These tests have been modified (when needed) to test that formats are matching rather than the answers are correct. Additionally...
**Context:** Session options like `max_time` were not supported. If the Users wanted to use `qiskit_session`, they wouldn't be able to set any settings for that session. **What this PR does:**...
**Context** The plugin page is outdated. **Changes** Update the plugin page to fix the broken links and also to match what the plugin currently supports. Some of the demos/tutorial have...