Closed anurudhp closed 3 months ago
Implements a controlled Rz(t) rotation using a phase gradient, which has half the T-cost as a ZPow using phase gradient.
Rz(t)
ZPow
TODO in follow up: The current implementation has a Toffoli cost of b_grad - 1. reduce the Toffoli complexity by 1 (for add-sub into phase gradient)
b_grad - 1
Implements a controlled
Rz(t)
rotation using a phase gradient, which has half the T-cost as aZPow
using phase gradient.TODO in follow up: The current implementation has a Toffoli cost of
b_grad - 1
. reduce the Toffoli complexity by 1 (for add-sub into phase gradient)