qiskit.algorithms.ShorResult¶
-
class
ShorResult
[código fonte]¶ Shor Result.
-
__init__
()[código fonte]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
combine
(result)Any property from the argument that exists in the receiver is updated.
Attributes
returns factors
returns successful counts
returns total counts
-
combine
(result)¶ Any property from the argument that exists in the receiver is updated. :type result:
AlgorithmResult
:param result: Argument result with properties to be set.- Levanta
TypeError – Argument is None
- Tipo de retorno
None
-
property
factors
¶ returns factors
- Tipo de retorno
List
[List
[int
]]
-
property
successful_counts
¶ returns successful counts
- Tipo de retorno
int
-
property
total_counts
¶ returns total counts
- Tipo de retorno
int
-