ApplyIfGreaterOrEqualLE作

完全限定的名称:Std.Arithmetic.ApplyIfGreaterOrEqualLE

operation ApplyIfGreaterOrEqualLE<'T>(action : ('T => Unit is Adj + Ctl), x : Qubit[], y : Qubit[], target : 'T) : Unit is Adj + Ctl

摘要

计算 if x >= y { action(target) }(即,如果注册 action 大于或等于寄存器 target,则 x 应用于 y。 这两个量子比特寄存器应采用小端格式。