About 143 results
Open links in new tab
  1. qiskit.org

    "Further information on measurement error mitigation in Qiskit Ignis can be found in the tutorial for [measurement error …

  2. qiskit.org

    "Qiskit implements Grover's algorithm in the `Grover` class. This class also includes the generalized version, Amplitude Amplification \\[3\\], and allows setting individual iterations and other meta …

  3. qiskit.org

    Our `library` within Qiskit Pulse contains helpful methods for building `Pulse`s. Let's take for example a simple Gaussian pulse -- a pulse with its envelope described by a sampled Gaussian function.

  4. qiskit.org

    We first solve the problem classically: we use the `MinimumEigenOptimizer` with the `NumPyMinimumEigenSolver` as a classical and exact QUBO solver and we use the …

  5. qiskit.org

    "In this tutorial, we briefly introduce how to build optimization problems using Qiskit's optimization module.\n", "Qiskit introduces the `QuadraticProgram` class to make a model of an optimization …

  6. qiskit.org

    "The Extended Simulator is a new method for classically simulating quantum circuits available in the latest release of [Qiskit-Aer](https://github.com/qiskit/qiskit-aer). \n",

  7. qiskit.org

    A basic workflow using Qiskit consists of two stages: **Build** and **Run**. **Build** allows you to make different quantum circuits that represent the problem you are solving, and **Run** that allows you to …

  8. qiskit.org

    "The classical discriminator used here is based on a neural network implementation using NumPy. There is also a discriminator based on PyTorch which is not installed by default when installing Qiskit …

  9. qiskit.org

    An initial state: the initial state of the qubits. In the factory used above, the qubits are initialized in the Hartree-Fock (see the electronic structure tutorial) initial state (the qubits corresponding to occupied …

  10. qiskit.org

    "This notebook shows how to use the Qiskit Aer `noise` module to automatically generate a basic noise model for an IBMQ hardware device, and use this model to do noisy simulations of …