-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Rotation Gates are not available in QuantumSymbolics.
I have implemented Rotation Gates in a fork: https://github.com/sagnikpal2004/QuantumSymbolics.jl/tree/rgate
I have tested the feature, and it works well. The unit tests also pass.
Here is its usage:
using QuantumSymbolics
express(Rx(1.0*pi))
express(Ry(1.0*pi))
express(Rz(1.0*pi))
express(RGate(:x, 0.5*pi))
QuantumSavory.apply!(reg[1], Ry(0.25*pi))
Let me know if this is something that can be merged into QuantumSymbolics
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request