GroverResult¶
- class GroverResult[source]¶
Bases:
AmplitudeAmplifierResult
Grover Result.
Methods
Any property from the argument that exists in the receiver is updated.
Attributes
- assignment¶
The post-processed value of the most likely bitstring.
- রিটার্ন টাইপ
Any
- রিটার্নস
The output of the
post_processing
function of the respectiveAmplificationProblem
, where the input is thetop_measurement
. The type is the same as the return type of the post-processing function.
- circuit_results¶
Return the circuit results. Can be a statevector or counts dictionary.
- রিটার্ন টাইপ
Union
[List
[ndarray
],List
[Dict
[str
,int
]],None
]
- iterations¶
All the powers of the Grover operator that have been tried.
- রিটার্ন টাইপ
List
[int
]- রিটার্নস
The powers of the Grover operator tested.
- max_probability¶
Return the maximum sampling probability.
- রিটার্ন টাইপ
float
- oracle_evaluation¶
Whether the classical oracle evaluation of the top measurement was True or False.
- রিটার্ন টাইপ
bool
- রিটার্নস
The classical oracle evaluation of the top measurement.
- top_measurement¶
The most frequently measured output as bitstring.
- রিটার্ন টাইপ
Optional
[str
]- রিটার্নস
The most frequently measured output state.