EncodingCommutationVerifier#

class EncodingCommutationVerifier(encoding, estimator)[ソース]#

ベースクラス: object

Class for verifying that the relaxation commutes with the objective function.

パラメータ:
  • encoding (QuantumRandomAccessEncoding) – The encoding to verify.

  • estimator (BaseEstimator) – The estimator to use for the verification.

Methods