Ryan Shaffer
Ryan Shaffer
Thank you for opening this issue! You are correct that the [Amazon Braket SDK](https://github.com/amazon-braket/amazon-braket-sdk-python) does not currently support a `reset` operation. If you would like to request the feature, would...
Issue https://github.com/amazon-braket/amazon-braket-sdk-python/issues/1021 is now tracking this request in the Braket SDK repo. Thanks @Ashish0253 for opening this.
Closing in favor of #1081.
Note this would be required in order to address https://github.com/qiskit-community/qiskit-braket-provider/issues/186
To add to @speller26's response, [here's an example notebook](https://github.com/amazon-braket/autoqasm/blob/main/examples/2_Expressing_classical_control_flow.ipynb) showing how this would be done in AutoQASM. (But as @speller26 says, the Braket service itself does not support such instructions...
@Lung-Yi No, the devices currently available through Braket do not support classical control flow based on measurement results.
@mho291 Thanks for creating this issue! Just want to point out that you can do this today by passing a `control` parameter to the `Rx` gate. Something like: ``` Circuit().rx(1,...
To fix the CI code formatting errors, you can run `ruff check src --fix` locally
I also ran the unit tests in CI, please check on those failures as well. Running `tox -e unit-tests` locally should succeed. You can check linters similarly by running `tox...
Hi @bryanhzaz and @skushagra - please let me know if either/both of you want to continue working on this PR! Happy to continue reviewing or provide suggestions as I can.