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

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

More Related Content

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

What's hot

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

Similar to Introduction to Qiskit

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

Recently uploaded

PDF
Dev Dives: Build smarter agents with UiPath Agent Builder
PPTX
"Feelings versus facts: why metrics are more important than intuition", Igor ...
 
PDF
Oracle MySQL HeatWave - One Page - Version 3
PDF
So You Want to Work at Google | DevFest Seattle 2025
PPTX
Connecting the unconnectable: Exploring LoRaWAN for IoT
PDF
[BDD 2025 - Mobile Development] Crafting Immersive UI with E2E and AGSL Shade...
PDF
Oracle MySQL HeatWave - Short - Version 3
PDF
"DISC as GPS for team leaders: how to lead a team from storming to performing...
 
PPTX
kernel PPT (Explanation of Windows Kernal).pptx
PDF
Transforming Supply Chains with Amazon Bedrock AgentCore (AWS Swiss User Grou...
PDF
[BDD 2025 - Mobile Development] Exploring Apple’s On-Device FoundationModels
PDF
Cheryl Hung, Vibe Coding Auth Without Melting Down! isaqb Software Architectu...
PDF
Cybersecurity Prevention and Detection: Unit 2
PDF
MuleSoft Meetup: Dreamforce'25 Tour- Vibing With AI & Agents.pdf
PDF
[BDD 2025 - Artificial Intelligence] Building AI Systems That Users (and Comp...
PDF
[BDD 2025 - Full-Stack Development] PHP in AI Age: The Laravel Way. (Rizqy Hi...
PPTX
The power of Slack and MuleSoft | Bangalore MuleSoft Meetup #60
PDF
Mastering UiPath Maestro – Session 2 – Building a Live Use Case - Session 2
PDF
The partnership effect: Libraries and publishers on collaborating and thrivin...
PPTX
Guardrails in Action - Ensuring Safe AI with Azure AI Content Safety.pptx
Dev Dives: Build smarter agents with UiPath Agent Builder
"Feelings versus facts: why metrics are more important than intuition", Igor ...
 
Oracle MySQL HeatWave - One Page - Version 3
So You Want to Work at Google | DevFest Seattle 2025
Connecting the unconnectable: Exploring LoRaWAN for IoT
[BDD 2025 - Mobile Development] Crafting Immersive UI with E2E and AGSL Shade...
Oracle MySQL HeatWave - Short - Version 3
"DISC as GPS for team leaders: how to lead a team from storming to performing...
 
kernel PPT (Explanation of Windows Kernal).pptx
Transforming Supply Chains with Amazon Bedrock AgentCore (AWS Swiss User Grou...
[BDD 2025 - Mobile Development] Exploring Apple’s On-Device FoundationModels
Cheryl Hung, Vibe Coding Auth Without Melting Down! isaqb Software Architectu...
Cybersecurity Prevention and Detection: Unit 2
MuleSoft Meetup: Dreamforce'25 Tour- Vibing With AI & Agents.pdf
[BDD 2025 - Artificial Intelligence] Building AI Systems That Users (and Comp...
[BDD 2025 - Full-Stack Development] PHP in AI Age: The Laravel Way. (Rizqy Hi...
The power of Slack and MuleSoft | Bangalore MuleSoft Meetup #60
Mastering UiPath Maestro – Session 2 – Building a Live Use Case - Session 2
The partnership effect: Libraries and publishers on collaborating and thrivin...
Guardrails in Action - Ensuring Safe AI with Azure AI Content Safety.pptx

Introduction to Qiskit


[8]ページ先頭

©2009-2025 Movatter.jp