qiskit.result.Counts.most_frequent¶
- Counts.most_frequent()[Quellcode]¶
Return the most frequent count
- Rückgabe
The bit string for the most frequent result
- Rückgabetyp
str
- Verursacht
QiskitError – when there is >1 count with the same max counts, or an empty object.