Getting error while Setting up to use IBM Quantum Platform
IBMNotAuthorizedError: ‘401 Client Error: Unauthorized for url: https://auth.quantum-computing.ibm.com/api/users/loginWithToken. Login failed., Error code: 3446.’
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?
How to convert each of the pure states ||0011⟩,||1100⟩,||0101⟩ each to ||1111⟩ using qiskit
Design a quantum circuit with 4 input bits ????0,????1,????2,????3 such that it “marks” the amplitudes corresponding to the states ||????0????1????2????3⟩∈{||0011⟩,||1100⟩,||0101⟩}
TypeError: transpile() got an unexpected keyword argument ‘shots’
Given this code:
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
Qiskit | ImportError: cannot import name ‘Aer’ from ‘qiskit”, I’ve tried a lot of attemps to fix this issue and nothing changes
I wanted to run the following part code in jupyter lab: