amazon-braket / amazon-braket-sdk-python

A Python SDK for interacting with quantum devices on Amazon Braket
https://aws.amazon.com/braket/
Apache License 2.0
294 stars 118 forks source link

Handle noisy simulators for Delay gate #998

Open Manvi-Agrawal opened 4 weeks ago

Manvi-Agrawal commented 4 weeks ago

Describe the feature you'd like Delay gate should not necessarily be an identity gate in noisy simulations, but instead may result in noise proportional to the length of the delay.

How would this feature be used? Please describe. For example, delay may be used in dynamical decoupling sequences. When running a noisy simulation, the delay operation should actually produce noise on the target qubit(s) rather than just being simulated as an identity.

Describe alternatives you've considered n/a

Additional context See the following comment thread from PR #993 for context:
https://github.com/amazon-braket/amazon-braket-sdk-python/pull/993/files/f29f49f1ffe3807c86536027e0df8c2d4ca48866#r1631219555