EncodingCommutationVerifier#
- class EncodingCommutationVerifier(encoding, estimator)[fuente]#
Bases:
object
Class for verifying that the relaxation commutes with the objective function.
- Parámetros:
encoding (QuantumRandomAccessEncoding) – The encoding to verify.
estimator (BaseEstimator) – The estimator to use for the verification.
Methods