qiboteam / qibo

A framework for quantum computing
https://qibo.science
Apache License 2.0
287 stars 58 forks source link

Align gate should be a `ParametrizedGate` #1325

Closed andrea-pasquale closed 4 months ago

andrea-pasquale commented 4 months ago

Currently the Align gate accepts as parameter delay however it is not treated as a "parameter" of the gate since in the current implementation Align is defined from Gate and not from ParametrizedGate. I think we could define it directly as a ParametrizedGate