qiskit.aqua.operators.expectations.CVaRExpectation.convert¶ CVaRExpectation.convert(operator)[source]¶ Return an expression that computes the CVaR expectation upon calling eval. :type operator: OperatorBase :param operator: The operator to convert. Return type OperatorBase Returns The converted operator.