HOME > Detail View

Detail View

Practical quantum computing for developers : programming quantum rigs in the cloud using Python, Quantum Assembly Language and IBM QExperience

Practical quantum computing for developers : programming quantum rigs in the cloud using Python, Quantum Assembly Language and IBM QExperience (Loan 2 times)

Material type
단행본
Personal Author
Silva, Vladimir, 1969-
Title Statement
Practical quantum computing for developers : programming quantum rigs in the cloud using Python, Quantum Assembly Language and IBM QExperience / Vladimir Silva.
Publication, Distribution, etc
[New York] :   Apress,   2018.  
Physical Medium
xvii, 346 p. : ill. (some col.) ; 26 cm.
ISBN
9781484242179 (pbk)
General Note
Includes index.  
Subject Added Entry-Topical Term
Quantum computing.
000 00000cam u2200205 a 4500
001 000046168317
005 20240102131811
008 231229s2018 nyua 001 0 eng d
020 ▼a 9781484242179 (pbk)
035 ▼a (KERIS)BIB000015137357
040 ▼a 244008 ▼c 244008 ▼d 211009
082 0 4 ▼a 006.3843 ▼2 23
084 ▼a 006.3843 ▼2 DDCK
090 ▼a 006.3843 ▼b S586p
100 1 ▼a Silva, Vladimir, ▼d 1969- ▼0 AUTH(211009)104808.
245 1 0 ▼a Practical quantum computing for developers : ▼b programming quantum rigs in the cloud using Python, Quantum Assembly Language and IBM QExperience / ▼c Vladimir Silva.
260 ▼a [New York] : ▼b Apress, ▼c 2018.
300 ▼a xvii, 346 p. : ▼b ill. (some col.) ; ▼c 26 cm.
500 ▼a Includes index.
650 0 ▼a Quantum computing.
945 ▼a ITMT

Holdings Information

No. Location Call Number Accession No. Availability Due Date Make a Reservation Service
No. 1 Location Main Library/Western Books/ Call Number 006.3843 S586p Accession No. 111891261 (2회 대출) Availability Available Due Date Make a Reservation Service B M

Contents information

Book Introduction

Write algorithms and program in the new field of quantum computing. This book covers major topics such as the physical components of a quantum computer: qubits, entanglement, logic gates, circuits, and how they differ from a traditional computer. Also, Practical Quantum Computing for Developers discusses quantum computing in the cloud using IBM Q Experience including: the composer, quantum scores, experiments, circuits, simulators, real quantum devices, and more. You’ll be able to run experiments in the cloud on a real quantum device.

Furthermore, this book shows you how to do quantum programming using the QISKit (Quantum Information Software Kit), Python SDK, and other APIs such as QASM (Quantum Assembly). You’ll learn to write code using these languages and execute it against simulators (local or remote) or a real quantum computer provided by IBM’s Q Experience. Finally, you’ll learn the current quantum algorithms for entanglement, random number generation, linear search, integer factorization, and others. You’ll peak inside the inner workings of the Bell states for entanglement, Grover’s algorithm for linear search, Shor’s algorithm for integer factorization, and other algorithms in the fields of optimization, and more.

Along the way you’ll also cover game theory with the Magic Square, an example of quantum pseudo-telepathy where parties sharing entangled states can be observed to have some kind of communication between them. In this game Alice and Bob play against a referee. Quantum mechanics allows Alice and Bob to always win!

By the end of this book, you will understand how this emerging technology provides massive parallelism and significant computational speedups over classical computers, and will be prepared to program quantum computers which are expected to replace traditional computers in the data center.

What You Will Learn
  • Use the Q Experience Composer, the first-of-its-kind web console to create visual programs/experiments and submit them to a quantum simulator or real device on the cloud
  • Run programs remotely using the Q Experience REST API 
  • Write algorithms that provide superior performance over their classical counterparts
  • Build a Node.js REST client for authenticating, listing remote devices, querying information about quantum processors, and listing or running experiments remotely in the cloud
  • Create a quantum number generator: The quintessential coin flip with a quantum twist
  • Discover quantum teleportation: This algorithm demonstrates how the exact state of a qubit (quantum information) can be transmitted from one location to another, with the help of classical communication and quantum entanglement between the sender and receiver
  • Peek into single qubit operations with the classic game of Battleships with a quantum twist
  • Handle the counterfeit coin problem: a classic puzzle that consists of finding a counterfeit coin in a beam balance among eight coins in only two turns

Who This Book Is For

Developers and programmers interested in this new field of computing.  




New feature

Write algorithms and program in the new field of quantum computing. This book covers major topics such as the physical components of a quantum computer: qubits, entanglement, logic gates, circuits, and how they differ from a traditional computer. Also, Practical Quantum Computing for Developers discusses quantum computing in the cloud using IBM Q Experience including: the composer, quantum scores, experiments, circuits, simulators, real quantum devices, and more. You’ll be able to run experiments in the cloud on a real quantum device.

Furthermore, this book shows you how to do quantum programming using the QISKit (Quantum Information Software Kit), Python SDK, and other APIs such as QASM (Quantum Assembly). You’ll learn to write code using these languages and execute it against simulators (local or remote) or a real quantum computer provided by IBM’s Q Experience. Finally, you’ll learn the current quantum algorithms for entanglement, random number generation, linear search, integer factorization, and others. You’ll peak inside the inner workings of the Bell states for entanglement, Grover’s algorithm for linear search, Shor’s algorithm for integer factorization, and other algorithms in the fields of optimization, and more.

Along the way you’ll also cover game theory with the Magic Square, an example of quantum pseudo-telepathy where parties sharing entangled states can be observed to have some kind of communication between them. In this game Alice and Bob play against a referee. Quantum mechanics allows Alice and Bob to always win!

By the end of this book, you will understand how this emerging technology provides massive parallelism and significant computational speedups over classical computers, and will be prepared to program quantum computers which are expected to replace traditional computers in the data center.

You will:
  • Use the Q Experience Composer, the first-of-its-kind web console to create visual programs/experiments and submit them to a quantum simulator or real device on the cloud
  • Run programs remotely using the Q Experience REST API 
  • Write algorithms that provide superior performance over their classical counterparts
  • Build a Node.js REST client for authenticating, listing remote devices, querying information about quantum processors, and listing or running experiments remotely in the cloud
  • Create a quantum number generator: The quintessential coin flip with a quantum twist
  • Discover quantum teleportation: This algorithm demonstrates how the exact state of a qubit (quantum information) can be transmitted from one location to another, with the help of classical communication and quantum entanglement between the sender and receiver
  • Peek into single qubit operations with the classic game of Battleships with a quantum twist
  • Handle the counterfeit coin problem: a classic puzzle that consists of finding a counterfeit coin in a beam balance among eight coins in only two turns




Information Provided By: : Aladin

Table of Contents

Chapter 1: The Bizarre World of Quantum Mechanics
Quantum Realm to Einstein and Newton: We don’t need no stinky classical physics
Weird Things happen at Tiny Scales
Entanglement: Spooky Action at a Distance
Superposition of States
Architecture of a Quantum ComputerFundamental Properties of a Quantum Computer
Superposition
Interference, Decoherence
What is a Qubit?
Single Gates
Bit Flip: The X Gate
Hadamard Gate (H)
Superposition Phase Change: Z, S, T Gates.
Muti-Gates
Conditional gate (CNOT)
Massive Parallelism with Entanglement
Bell and GHZ States
Non-Clifford GatesVisualize the Qubit with the Bloch Sphere
Programing Lingo
Exited States and Pauli Operators
Dirac Notation
Superposition and Decoherence
Chapter 2: Welcome to Big Blue’s Quantum Rig: The IBM QExperience
Getting your feet wet with IBM’s QExperienceHistograms: Basic Qubit representations
Quantum Composer and Scores
Basic Quantum Circuits
Experiment Editor
Programming Languages: QASM vs Python
Chapter 3: Start your Engines – Basic Algorithms
Complex Quantum Circuits and Unitary TransformationsFourier Transform
Chapter 4: Exponential Speedups with the Deutsch-Jozsa Algorithm
Motivation
Classical Solution
Chapter 5: Unstructured Search: Grover’s Algorithm
Motivation
Algorithm steps
Quantum oracle
Geometric proof
Algebraic proof
Extension with multiple targets
Chapter 6: Factorization with Shor’s algorithm
Simon''s algorithm
Inspiration for Shor''s algorithm
Complexity
Factorization Problem
Shor vs Number Field Sieve: Polynomial vs Exponential Speedups
Period of the Modular Exponent
Chapter 7: Public Experiments and Playground
Types of Qubits
Other Players – The Race is on
What’s Next

New Arrivals Books in Related Fields

Dyer-Witheford, Nick (2026)
양성봉 (2025)