Is your feature request related to a problem? Please describe.
(to be worked on after merging #155): vop info is redundant as it can be converted to measurement planes and angle changes.
Modify them instead of addingvop, in e.g. measure_pauli traspile(opt=True), etc. remove vop from measurement command definition.
we may deprecate opt=True transpile so we may want to do this after that.
Is your feature request related to a problem? Please describe.
(to be worked on after merging #155):
vopinfo is redundant as it can be converted to measurement planes and angle changes.Modify them instead of adding
vop, in e.g.measure_paulitraspile(opt=True), etc. removevopfrom measurement command definition.we may deprecate
opt=Truetranspile so we may want to do this after that.