Movatterモバイル変換


[0]ホーム

URL:


PDF, PPTX1,291 views

Introduction to Qiskit

The document provides an introduction to Qiskit and the principles of quantum computing, detailing foundational concepts such as superposition, entanglement, and quantum algorithms. It discusses the challenges faced in quantum computing, including qubit retention, noise, and the development of better algorithms. Additionally, it outlines the components of Qiskit, such as Terra, Aqua, Ignis, and Aer, which serve different functions in quantum programming and simulation.

Related topics:
In this document
Powered by AI

Introduction to Qiskit and the presenter Shadab Hussain at Quantum Computing India.

Describes three quantum mechanical properties: Superposition, Entanglement, Interference.

Introduction to Qubits, including representation |0⟩ and |1⟩, combining states.

Key features of Quantum Computing: Superposition, Entanglement, Reversible computing, Privacy.

Overview of important quantum algorithms including Shor's, Grover's, and VQE.

Common problems in QC: decoherence, noise, optimization algorithms, data storage, and debugging.

Various domains in Quantum Computing including mechanics, information, computation, cryptography.

Key quantum gates explanation: Pauli-X, Hadamard, and CX (CNOT) gates.

An overview of Qiskit, an SDK for NISQ Computers with tools for various backends.

Introduction to Qiskit Terra, the foundational software stack for composing quantum programs.

Details about Qiskit Aqua's library for quantum algorithms meant for various applications.

Introduction to Qiskit Ignis, focused on understanding and mitigating noise in quantum systems.

Features of Qiskit Aer, a high-performance simulator framework for executing quantum circuits.

Statistics on Qiskit's usage: 100K unique users, 6 million experiments run, and 130 papers published.

Conclusion and thank you from the presentation.

Embed presentation

Download as PDF, PPTX
IntroductionTo QiskitShadab HussainQuantum Computing Indiahttps://shadabhussain.com
https://shadabhussain.com Quantum Computing India 2
https://shadabhussain.com Quantum Computing India 3
https://shadabhussain.com Quantum Computing India 4Quantum PropertiesThree quantum mechanical properties —SuperpositionSuperposition refers to acombination of states we wouldordinarily describe independently. Tomake a classical analogy, if you playtwo musical notes at once, what youwill hear is a superposition of thetwo notes.EntanglementEntanglement is a famously counter-intuitive quantum phenomenondescribing behavior we never see inthe classical world. Entangledparticles behave together as asystem in ways that cannot beexplained using classical logic.InterferenceFinally, quantum states can undergointerference due to a phenomenonknown as phase. Quantuminterference can be understoodsimilarly to wave interference; whentwo waves are in phase, theiramplitudes add, and when they areout of phase, their amplitudes cancel.
https://shadabhussain.com Quantum Computing India 5
https://shadabhussain.com Quantum Computing India 6
https://shadabhussain.com Quantum Computing India 7
https://shadabhussain.com Quantum Computing India 8
https://shadabhussain.com Quantum Computing India 9From Bits to QubitsQuantum bit (Qubit):
https://shadabhussain.com Quantum Computing India 100From Bits to Qubits1
https://shadabhussain.com Quantum Computing India 11From Bits to Qubits|1⟩|0⟩|0⟩ + |1⟩
https://shadabhussain.com Quantum Computing India 12Properties that make QC Different• SuperpositionExponential speedups as number of qubits grow• EntanglementSpooky action at a distance.• Reversible computing10-15W vs 20kW• Privacy (No-cloning theorem)
https://shadabhussain.com Quantum Computing India 13Quantum Algorithms● Shor’s factorization algorithm● Grover’s search algorithm● Deutsch - Jozsa algorithm● HHL algorithm - Useful in the NISQ era (these are mostly hybrid algorithms)● QAOA - Quantum Approximate Optimization Algorithm● VQE - Variational Quantum Eigen-solver
https://shadabhussain.com Quantum Computing India 14Problems● Hard to build and retain qubits due to decoherence● High amount of noise● Need for better quantum algorithms (Optimization)● Algorithms like Shor’s can’t be implemented today● All hardwares have their own pros and cons● Data storage?● Debugging?
https://shadabhussain.com Quantum Computing India 15CategoriesQuantum MechanicsQuantum InformationQuantumComputationGate based Annealing , ...QuantumCryptographyInformation TheoryQuantum KeyDistributionQuantum ErrorCorrection
https://shadabhussain.com Quantum Computing India 16Pauli - X gate● Similar toclassical NOT● Flips |0> to |1>and vice versa
https://shadabhussain.com Quantum Computing India 17Hadamard (H) GatePuts any state in anequal superpositionof basis states (phasewill vary)
https://shadabhussain.com Quantum Computing India 18CX/CNOT● (If…then) -- XOR?● If (control = 1){Then flip target qubit}
https://shadabhussain.com Quantum Computing India 19Qiskit• SDK for working with Noisy Intermediate-Scale Quantum (NISQ) Computers• Apache 2.o License• Designed to be backend agnostic• Includes out-of-the-box local simulators and support for running on IBMQ
https://shadabhussain.com Quantum Computing India 20
https://shadabhussain.com Quantum Computing India 21
https://shadabhussain.com Quantum Computing India 22Qiskit TerraA solid foundation for Quantum Computing
https://shadabhussain.com Quantum Computing India 23About TerraQiskit Terra provides thefoundational roots for our softwarestack. Within Terra is a set of toolsfor composing quantum programs atthe level of circuits and pulses,optimizing them for the constraints ofa particular physical quantumprocessor, and managing the batchedexecution of experiments on remote-access backends. Terra is modularlyconstructed, simplifying the additionof extensions for circuit optimizationsand backends.
https://shadabhussain.com Quantum Computing India 24Qiskit AquaAlgorithms for quantum computing applications
https://shadabhussain.com Quantum Computing India 25About AquaQiskit Aqua contains a library ofcross-domain quantum algorithmsupon which applications for near-term quantum computing can bebuilt. Aqua is designed to beextensible, and employs a pluggableframework where quantumalgorithms can easily be added. Itcurrently allows the user toexperiment on chemistry, AI,optimization and finance applicationsfor near-term quantum computers.
https://shadabhussain.com Quantum Computing India 26
https://shadabhussain.com Quantum Computing India 27Qiskit IgnisUnderstanding and mitigating noise inquantum systems
https://shadabhussain.com Quantum Computing India 28About IgnisQiskit Ignis is a framework forunderstanding and mitigating noise inquantum circuits and systems. Theexperiments provided in Ignis aregrouped into the topics ofcharacterization, verification andmitigation. Characterizationexperiments are designed to measurenoise parameters in the system.Verification experiments are designedto verify gate and small circuitperformance. Mitigation experimentsrun calibration circuits that areanalyzed to generate mitigationroutines that can be applied toarbitrary sets of results run on thesame backend.
https://shadabhussain.com Quantum Computing India 29Qiskit AERA high performance simulator frameworkfor quantum circuits
https://shadabhussain.com Quantum Computing India 30About AerQiskit Aer provides a highperformance simulator framework forthe Qiskit software stack. It containsoptimized C++ simulator backendsfor executing circuits compiled inQiskit Terra, and tools forconstructing highly configurablenoise models for performing realisticnoisy simulations of the errors thatoccur during execution on realdevices.
https://shadabhussain.com Quantum Computing India 31
https://shadabhussain.com Quantum Computing India 32100KUnique Users6 MillionExperiments Run130Scientific Papers
https://shadabhussain.com Quantum Computing India 33
https://shadabhussain.com Quantum Computing India 34Thank You

Recommended

PPTX
Shors'algorithm simplified.pptx
PPTX
Quantum gates
PPTX
5 Qubit Modalities Used In Quantum Computing.pptx
PDF
Quantum Computing and Qiskit
PPTX
Quantum computing
PPTX
Quantum computing in machine learning
PPTX
The Future of Quantum Computing
PPTX
Fault-tolerance Quantum computation and Quantum Error Correction
PPTX
Quantum Computing.pptx
PPTX
Quantum Computers
PPTX
Quantum computing
PPTX
Quantum computer ppt
PPTX
What is quantum computing
PPTX
Overview of quantum computing and it's application in artificial intelligence
PDF
Quantum Computing: The Why and How
PPTX
Quantum Computing
 
PPTX
Quantum computing
PPTX
Quantum computers
PPTX
Quantum Computing
PPTX
Quantum computers
PPTX
Introduction to quantum computing
PPTX
Quantum computing
PPTX
Shor’s algorithm the ppt
PPTX
Quantum Computing
PDF
Quantum computing
PDF
Quantum Computers PART 4 Quantum Computer’sHardware by Lili Saghafi
PDF
Cyber Security and Post Quantum Cryptography By: Professor Lili Saghafi
PPTX
Quantum Computing
PDF
Quantum & AI in Finance

More Related Content

PPTX
Shors'algorithm simplified.pptx
PPTX
Quantum gates
PPTX
5 Qubit Modalities Used In Quantum Computing.pptx
PDF
Quantum Computing and Qiskit
PPTX
Quantum computing
PPTX
Quantum computing in machine learning
PPTX
The Future of Quantum Computing
PPTX
Fault-tolerance Quantum computation and Quantum Error Correction
Shors'algorithm simplified.pptx
Quantum gates
5 Qubit Modalities Used In Quantum Computing.pptx
Quantum Computing and Qiskit
Quantum computing
Quantum computing in machine learning
The Future of Quantum Computing
Fault-tolerance Quantum computation and Quantum Error Correction

What's hot

PPTX
Quantum Computing.pptx
PPTX
Quantum Computers
PPTX
Quantum computing
PPTX
Quantum computer ppt
PPTX
What is quantum computing
PPTX
Overview of quantum computing and it's application in artificial intelligence
PDF
Quantum Computing: The Why and How
PPTX
Quantum Computing
 
PPTX
Quantum computing
PPTX
Quantum computers
PPTX
Quantum Computing
PPTX
Quantum computers
PPTX
Introduction to quantum computing
PPTX
Quantum computing
PPTX
Shor’s algorithm the ppt
PPTX
Quantum Computing
PDF
Quantum computing
PDF
Quantum Computers PART 4 Quantum Computer’sHardware by Lili Saghafi
PDF
Cyber Security and Post Quantum Cryptography By: Professor Lili Saghafi
Quantum Computing.pptx
Quantum Computers
Quantum computing
Quantum computer ppt
What is quantum computing
Overview of quantum computing and it's application in artificial intelligence
Quantum Computing: The Why and How
Quantum Computing
 
Quantum computing
Quantum computers
Quantum Computing
Quantum computers
Introduction to quantum computing
Quantum computing
Shor’s algorithm the ppt
Quantum Computing
Quantum computing
Quantum Computers PART 4 Quantum Computer’sHardware by Lili Saghafi
Cyber Security and Post Quantum Cryptography By: Professor Lili Saghafi

Similar to Introduction to Qiskit

PPTX
Quantum Computing
PDF
Quantum & AI in Finance
PPTX
Qubits Seminar Presentation 6th Semester Electronics And Communication (ECE)
PPTX
Quantum programming
PDF
Quantum Computing, Quantum Machine Learning, and Recommendation Systems
PDF
2025-11-02 - AQSE - Qiskit Fall Fest - IIT-Guwahati.pdf
PPTX
Strengths and limitations of quantum computing
PPTX
Introduction to Quantum Computing 24.10.24.pptx
PPTX
Quantum & AI in Finance
PDF
Introduction to Quantum Computing
PPTX
Intro to Quantum Computing - IndiQ Hyderabad meetup (Feb 2nd)
PDF
Webinar: Quantum Revolution Is Here (2022)
PPTX
Introduction to Quantum Computing for New Learners.pptx
PPTX
quantum computing.pptx
DOCX
Discover the Future of Computing: Quantum Computers Explained
PDF
PPTX
What is Quantum Computing and Why it is Important
PPTX
quantumcomputing-191118151915.pptx
PDF
My key hands-on projects in Quantum, and QAI
PDF
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
 
Quantum Computing
Quantum & AI in Finance
Qubits Seminar Presentation 6th Semester Electronics And Communication (ECE)
Quantum programming
Quantum Computing, Quantum Machine Learning, and Recommendation Systems
2025-11-02 - AQSE - Qiskit Fall Fest - IIT-Guwahati.pdf
Strengths and limitations of quantum computing
Introduction to Quantum Computing 24.10.24.pptx
Quantum & AI in Finance
Introduction to Quantum Computing
Intro to Quantum Computing - IndiQ Hyderabad meetup (Feb 2nd)
Webinar: Quantum Revolution Is Here (2022)
Introduction to Quantum Computing for New Learners.pptx
quantum computing.pptx
Discover the Future of Computing: Quantum Computers Explained
What is Quantum Computing and Why it is Important
quantumcomputing-191118151915.pptx
My key hands-on projects in Quantum, and QAI
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
 

Recently uploaded

PDF
[BDD 2025 - Full-Stack Development] The Modern Stack: Building Web & AI Appli...
PDF
Running Non-Cloud-Native Databases in Cloud-Native Environments_ Challenges a...
PDF
Oracle MySQL HeatWave - Complete - Version 3
PPTX
Connecting the unconnectable: Exploring LoRaWAN for IoT
PDF
Mastering Agentic Orchestration with UiPath Maestro | Hands on Workshop
PDF
Oracle MySQL HeatWave - One Page - Version 3
PDF
KMWorld - KM & AI Bring Collectivity, Nostalgia, & Selectivity
PDF
The Necessity of Digital Forensics, the Digital Forensics Process & Laborator...
PDF
[BDD 2025 - Artificial Intelligence] AI for the Underdogs: Innovation for Sma...
PPTX
Leon Brands - Intro to GPU Occlusion (Graphics Programming Conference 2024)
PDF
Transforming Content Operations in the Age of AI
PDF
How Much Does It Cost to Build an eCommerce Website in 2025.pdf
PPTX
kernel PPT (Explanation of Windows Kernal).pptx
PPTX
The power of Slack and MuleSoft | Bangalore MuleSoft Meetup #60
PDF
Transcript: The partnership effect: Libraries and publishers on collaborating...
PDF
"DISC as GPS for team leaders: how to lead a team from storming to performing...
 
PDF
The partnership effect: Libraries and publishers on collaborating and thrivin...
PDF
Integrating AI with Meaningful Human Collaboration
PDF
So You Want to Work at Google | DevFest Seattle 2025
PPTX
How to Choose the Right Vendor for ADA PDF Accessibility and Compliance in 2026
[BDD 2025 - Full-Stack Development] The Modern Stack: Building Web & AI Appli...
Running Non-Cloud-Native Databases in Cloud-Native Environments_ Challenges a...
Oracle MySQL HeatWave - Complete - Version 3
Connecting the unconnectable: Exploring LoRaWAN for IoT
Mastering Agentic Orchestration with UiPath Maestro | Hands on Workshop
Oracle MySQL HeatWave - One Page - Version 3
KMWorld - KM & AI Bring Collectivity, Nostalgia, & Selectivity
The Necessity of Digital Forensics, the Digital Forensics Process & Laborator...
[BDD 2025 - Artificial Intelligence] AI for the Underdogs: Innovation for Sma...
Leon Brands - Intro to GPU Occlusion (Graphics Programming Conference 2024)
Transforming Content Operations in the Age of AI
How Much Does It Cost to Build an eCommerce Website in 2025.pdf
kernel PPT (Explanation of Windows Kernal).pptx
The power of Slack and MuleSoft | Bangalore MuleSoft Meetup #60
Transcript: The partnership effect: Libraries and publishers on collaborating...
"DISC as GPS for team leaders: how to lead a team from storming to performing...
 
The partnership effect: Libraries and publishers on collaborating and thrivin...
Integrating AI with Meaningful Human Collaboration
So You Want to Work at Google | DevFest Seattle 2025
How to Choose the Right Vendor for ADA PDF Accessibility and Compliance in 2026

Introduction to Qiskit


[8]ページ先頭

©2009-2025 Movatter.jp