You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but this is of type QuantumCircuit which does not have that field - only the GroverOperator subclass does. This should be more dynamically taken care of such that if a QuantumCircuit is passed, without that field, that it is handled accordingly.
The text was updated successfully, but these errors were encountered:
In Grover here
qiskit-algorithms/qiskit_algorithms/amplitude_amplifiers/grover.py
Lines 212 to 214 in 4464447
reflection_qubits
on what was passed to the AmplificationProblem as agrover_operator
qiskit-algorithms/qiskit_algorithms/amplitude_amplifiers/amplification_problem.py
Line 36 in 4464447
The text was updated successfully, but these errors were encountered: