qe-compiler
qe-compiler copied to clipboard
Rename `VariableAssignOp` to `AssignVariableOp`
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.
https://github.com/Qiskit/qss-compiler/pull/34#discussion_r1104817133