Can't find controlled-RY gate in Amazon Braket SDK.
AWIS99 opened this issue · 1 comments
AWIS99 commented
ajberdy commented
Hi, we currently do not have a cry
gate. Depending on your use case, you may pass a custom unitary
gate with the corresponding matrix. Additionally, you may be interested in using OpenQASM to submit your programs to the LocalSimulator, which currently supports arbitrary control modifiers on gates. For example ctrl @ ry(theta) c, q;
would give a controlled RY gate on q, controlled by c. You can find more info about simulating OpenQASM programs on the local simulator in our example notebook. Please let me know if you have any more questions!