Tim (Yi-Ting)
Tim (Yi-Ting)
## Issue Description Amazon Braket now supports [verbatim compilation](https://aws.amazon.com/blogs/quantum-computing/amazon-braket-now-supports-verbatim-compilation-and-native-gates-with-ionq/?tag=local002-20) now for IonQ. But when I tired to run this [example](https://mitiq.readthedocs.io/en/latest/examples/zne-braket-ionq.html) with verbatim compilation and native gates, I got the validation...
*Issue #, if available:* closes https://github.com/amazon-braket/amazon-braket-sdk-python/issues/839 *Description of changes:* Draft PR for testing the proposed solution: I made the following change to enable the job decorator + AutoQASM. Still need...
*Issue #, if available:* https://github.com/qiskit-community/qiskit-braket-provider/issues/89 *Description of changes:* There are different ways to initiate a device beside initializing `AwsDevice`, such as calling `AwsDevice.get_devices()`. In order to enable more general usage...
**Describe the bug** When the openqasm IR includes `#pragma braket result expectation z($0) @ z($1)`, `Circuit.from_ir` throws error `line 1:28 no viable alternative at input 'z($0'`. This error only happens...
To reproduce the error ``` from braket.jobs import hybrid_job from braket.devices import Devices import braket.experimental.autoqasm as aq from braket.experimental.autoqasm import instructions as ops @hybrid_job( device=Devices.Amazon.SV1, dependencies=["git+https://github.com/amazon-braket/amazon-braket-sdk-python.git@f64d3e6a15521e78025d10fae2b8dfde804f1403#egg=amazon-braket-sdk"], local=True ) def bell_circuit_job():...
*Description of changes:* - Qubits are mapped to contiguous qubits before simulation - Adapt the indices of measuredQubit in the returned simulation result *Testing done:* tox ## Merge Checklist _Put...
**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...
Currently, the coverage of unit test is about 89%. ### What is the expected enhancement? The test coverage is 100%. ### Acceptance criteria - The test coverage is 100%. -...
Follow issue https://github.com/qiskit-community/qiskit-braket-provider/issues/138, the `to_braket` function converts the input QIskit circuit into a Braket circuit that contains the backend's native gates. However, such conversion does not consider the topology of...
**Describe the feature you'd like** Currently, the readout error in noise model only can targets observables result types through `ObservableCriteria`. This issue proposes to add `MeasurementCriteria` for applying readout error...