What problem does it solve? Designing, simulating, and running quantum circuits requires deep knowledge of quantum gates, simulators, and hardware backends. This Skill provides structured guidance and working examples for building quantum algorithms with Qiskit, IBM's open-source quantum computing framework. ## Core Features & Use Cases - Circuit Design & Simulation: Build quantum circuits with standard gates, run them on statevector, QASM, and unitary simulators, and visualize results. - Algorithm Implementations: Covers Grover's search, quantum phase estimation, amplitude amplification, VQE, QAOA, and more. - Real Hardware Access: Submit jobs to IBM Quantum processors with noise modeling and circuit optimization support. - Use Case: A researcher prototyping a variational quantum eigensolver can follow the guide to construct a parametric circuit, attach a classical optimizer, and validate results on the Aer simulator before deploying to real hardware. ## Quick Start Ask the AI to create a two-qubit Bell state circuit in Qiskit and simulate it with AerSimulator to show the measurement counts.