ShorResult¶
- class ShorResult[source]¶
Bases:
qiskit.algorithms.algorithm_result.AlgorithmResult
The deprecated Shor Result.
Methods
Any property from the argument that exists in the receiver is updated.
Attributes
- factors¶
returns factors
- Return type
List
[List
[int
]]
- successful_counts¶
returns successful counts
- Return type
int
- total_counts¶
returns total counts
- Return type
int