Relative Content

Tag Archive for quantum-computingqiskit

Adding “Bad” State Oracles to Grover’s Algorithm in Qiskit

I am working on a Grover’s algorithm in Qiskit with two oracles. Each oracle marks a different state as “good”. I want to add a few more oracles to mark specific states as “bad”, in order to decrease their probability relative to other states. Could someone advise on how to write such oracles..? Thank you