qrisp.interface.JobResult.get_counts# JobResult.get_counts(index: int = 0) → dict[source]# Return the measurement-outcome counts for a single circuit. Parameters: indexintIndex of the circuit in the batch. Defaults to 0. Returns: dictMapping from bitstring outcome to observed count.