qiskit-community / qiskit-braket-provider

Qiskit-Braket provider to execute Qiskit programs on quantum computing hardware devices through Amazon Braket.
https://qiskit-community.github.io/qiskit-braket-provider/
Apache License 2.0
57 stars 45 forks source link

Add support for qiskit.circuit.reset -> which helps in resetting qubit to |0> state #186

Open Ashish0253 opened 1 month ago

Ashish0253 commented 1 month ago

What is the expected behavior?

reset feature which is available on qiskit is required in braket to make less number of qubits and make programs efficient and small. Please add it as soon as possible as I am implementing Shor's Algo and reset functionality makes it faster and efficient.

rmshaffer commented 1 month ago

Thank you for opening this issue! You are correct that the Amazon Braket SDK does not currently support a reset operation. If you would like to request the feature, would you please open an issue of type 'Feature request' in the Braket SDK repo? Here's the link to create an issue there: https://github.com/amazon-braket/amazon-braket-sdk-python/issues/new/choose

Ashish0253 commented 1 month ago

Thankyou for your help and I have created a issue there

rmshaffer commented 1 month ago

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.