What problem does it solve?
This Skill helps you turn quantum computing ideas into runnable circuits by guiding setup, circuit construction, execution, and result interpretation within the Qiskit ecosystem.
Core Features & Use Cases
- End-to-end Qiskit workflow for mapping problems to circuits, transpiling for hardware, executing with primitives, and post-processing results.
- Primitives-based execution using Sampler (bitstring probabilities) and Estimator (expectation values/energies) across local simulators and IBM Quantum runtime backends.
- Quantum algorithms & application patterns including VQE, QAOA, Grover, quantum chemistry/materials workflows (via Qiskit Nature), and quantum ML workflows (via Qiskit Machine Learning).
Quick Start
Tell the assistant to explain how to run a simple 2-qubit circuit in Qiskit: create a QuantumCircuit, transpile it for an IBM backend, execute it with the appropriate primitive, and extract the counts or expectation values.