qiskit.synthesis.SolovayKitaevDecomposition.find_basic_approximation¶
- SolovayKitaevDecomposition.find_basic_approximation(sequence)[código fonte]¶
Finds gate in
self._basic_approximations
that best representssequence
.- Parâmetros
sequence (GateSequence) – The gate to find the approximation to.
- Retorno
Gate in basic approximations that is closest to
sequence
.- Tipo de retorno