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

    "The Qiskit Aer `noise` module contains Python classes to build customized noise models for simulation. There are three key classes:\n", "\n", "1. The `NoiseModel` class which stores a …

  2. 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 …

  3. 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",

  4. qiskit.org

    "from qiskit import QuantumCircuit\n", "\n", "circ = QuantumCircuit(2, 2)\n", "circ.h(0)\n", "circ.cx(0, 1)\n", "circ.measure([0, 1], [0, 1])\n", "\n", "circ.draw(\"mpl\")" ] }, { "cell_type": "markdown", …

  5. qiskit.org

    these steps to set up your Qiskit environment to send jobs to IBM Quantum systems. To configure your account, you will create a local configuration file which includes an API key

  6. qiskit.org

    "# Qiskit Gradient Framework\n", "\n", "The gradient framework enables the evaluation of quantum gradients as well as functions thereof.\n", "Besides standard first order gradients of …

  7. qiskit.org

    The study of quantum errors on real devices is an active area of research and we discuss the Qiskit Aer tools for configuring more detailed noise models in another notebook."

  8. qiskit.org

    "The preceding references have detailed explanations and build-out of circuits whereas this notebook has examples with the pre-built algorithms in Qiskit that you can use for …

  9. qiskit.org

    "Qiskit Ignis has tools to generate one- and two-qubit Clifford gate sequences simultaneously. \n", "\n", This particular example shows how to run 2-qubit randomized benchmarking (RB) …

  10. qiskit.org

    "This is an introduction to algorithms in Qiskit and provides a high-level overview to help understand the various aspects of the functionality to get started. Other tutorials will provide …