Relative Content

Tag Archive for quantum-computingqiskit

Qiskit Grover search with QasmSimulator

I’m working through a Qiskit tutorial on Grover search. Unfortunately it was published in 2023 and the tutorial’s version of Qiskit (earlier than v1.00) is now out of date. I tried to rewrite the code in section “More Than One Marked Element” using Qiskit v1.0.2 with some success:

Difference among simulator, sampler and estimator

In Qiskit, there are several methods to execute a quantum circuit and get measurement results in a local environment, including simulators (such as AerSimulator, QasmSimulator, Statevector, and fake series), samplers, and estimators.

cannot import name ‘execute’ from ‘qiskit’

I’m new to quantum computing and am currently working on building a quantum multiplication calculator. I’ve installed all the necessary packages, but I’m still encountering an ImportError. Here are the details:

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?