Relative Content

Tag Archive for quantum-computingqiskit

How to run Qiskit Finance Portfolio Optimization on real quantum backend?

I followed the https://qiskit-community.github.io/qiskit-finance/tutorials/01_portfolio_optimization.html to solve the portfolio optimization problem with Qiskit Finance. However I can’t figure out, how to specify the real quantum backend from the IBM Quantum Platform. I tried to specify the backend like this but it doesn’t work. Anyone an idea?

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