qe-compiler icon indicating copy to clipboard operation
qe-compiler copied to clipboard

Rename `VariableAssignOp` to `AssignVariableOp`

Open jlapeyre opened this issue 2 years ago • 1 comments

VariableAssignOp, for instance, here https://github.com/Qiskit/qss-compiler/blob/c3d553cff42ff8229b57786a3b9afe2104661679/include/Dialect/QUIR/IR/QUIROps.td#L282 is the odd man out among the following set of identifiers:

DeclareVariableOp, UseVariableOp, DeclareQubitOp, DeclareArrayOp, AssignCbitOp, etc.

jlapeyre avatar Jan 12 '23 19:01 jlapeyre

https://github.com/Qiskit/qss-compiler/pull/34#discussion_r1104817133

vrpascuzzi avatar Feb 17 '23 20:02 vrpascuzzi