get_success_probabilities_from_results

forest.benchmarking.classical_logic.get_success_probabilities_from_results(results: Sequence[Sequence[Sequence[int]]]) → Sequence[float]

Get the probability of a successful addition for each possible pair of two n_bit summands from the results output by get_n_bit_adder_results

Parameters:results – a list of results output from a call to get_n_bit_adder_results
Returns:the success probability for the summation of each possible pair of n_bit summands