ChemistryOperator.process_algorithm_result

ChemistryOperator.process_algorithm_result(algo_result)[source]

Takes the algorithm result and processes it as required, e.g. by combination of any parts that were classically computed, for the final result.

Parameters

algo_result (Union[dict, MinimumEigensolverResult, EigensolverResult]) – Result from algorithm

Return type

Union[Tuple[List[str], dict], MolecularGroundStateResult, MolecularExcitedStatesResult]

Returns

Final chemistry result computed from the algorithm result