Partager via


Opération ApplyIfLessLE

Nom complet : Microsoft.Quantum.Unstable.Arithmetic.ApplyIfLessLE

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

Résumé

Calcule if x < y { action(target) }, autrement dit, s’applique action à target si l’inscription x est inférieure au registre y. Les deux registres qubit doivent être au format un peu endian.