ShorResult¶
-
class
ShorResult
[source]¶ Bases:
qiskit.algorithms.algorithm_result.AlgorithmResult
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
-