更新时间:2021-06-11 18:01:25
封面
版权信息
Why subscribe?
Contributors About the author
About the reviewer
Packt is searching for authors like you
Preface
Section 1: Tour of the IBM Quantum Experience (QX)
Chapter 1: Exploring the IBM Quantum Experience
Technical requirements
Navigating the IBM Quantum Experience
Getting started with IBM Quantum Experience
Exploring My Account
Summary
Questions
Chapter 2: Circuit Composer – Creating a Quantum Circuit
Creating a quantum circuit using the Composer
Creating our first quantum circuit
Building a coin-flipping experiment
Chapter 3: Creating Quantum Circuits using Quantum Lab Notebooks
Creating a quantum circuit using Quantum Lab Notebooks
Reviewing the results of your quantum circuit on Quantum Lab Notebooks
Section 2: Basics of Quantum Computing
Chapter 4: Understanding Basic Quantum Computing Principles
Introducing quantum computing
Understanding superposition
Understanding entanglement
Creating a quantum teleportation circuit
Chapter 5: Understanding the Quantum Bit (Qubit)
Learning about quantum bits (qubits)
Visualizing the state vector of a qubit
Chapter 6: Understanding Quantum Logic Gates
Reviewing classical logic gates
Section 3: Algorithms Noise and Other Strange Things in Quantum World
Chapter 7: Introducing Qiskit and its Elements
Understanding quantum and classical system interconnections
Understanding Qiskit basics and its elements
Installing and configuring Qiskit on your local machine
Getting support from the Qiskit community
Chapter 8: Programming with Qiskit Terra
Understanding quantum circuits
Generating pulse schedules on hardware
Leveraging provider information
Chapter 9: Monitoring and Optimizing Quantum Circuits
Monitoring and tracking jobs
Optimizing circuits using the Transpiler
Visualizing and enhancing circuit graphs
Chapter 10: Executing Circuits Using Qiskit Aer
Understanding the differences between the Aer simulators
Generating noise models
Building your own noise model
Executing quantum circuits with custom noise models
Chapter 11: Mitigating Quantum Errors Using Ignis
Generating noise effects of relaxation
Estimating T1 decoherence times
Generating the noise effects of dephasing
Estimating T2 decoherence times
Estimating the T2* dephasing time
Mitigating readout errors
Further reading
Chapter 12: Learning about Qiskit Aqua
Understanding the components and their usability
Creating a neural network discriminator
Using Aqua utilities to simplify your work
Familiarizing yourself with the quantum algorithms in Aqua
Creating your first classical/quantum application (Simon's)
Chapter 13: Understanding Quantum Algorithms