Cargando…

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

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 disc...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Silva, Vladimir, 1969- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, NY] : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1080084990
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 181222s2018 nyu ob 001 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d GW5XE  |d UAB  |d YDXIT  |d CAUOI  |d OCLCF  |d UKMGB  |d UPM  |d YDX  |d LEAUB  |d UMI  |d WAU  |d UKAHL  |d LQU  |d C6I  |d FVL  |d OCLCQ  |d COO  |d LEATE  |d OCLCQ  |d VT2  |d BRF  |d N$T  |d OCLCO  |d OCLCQ  |d OCLCO  |d COM  |d OCLCO  |d OCLCQ  |d OCLCO 
066 |c (S 
015 |a GBB921776  |2 bnb 
016 7 |a 019214961  |2 Uk 
019 |a 1079918693  |a 1083873794  |a 1085513891  |a 1105193404  |a 1105706423  |a 1122815315  |a 1153037954  |a 1162755008 
020 |a 1484242181  |q (electronic book) 
020 |a 1484242173 
020 |a 9781484242179 
020 |a 9781484242186  |q (electronic bk.) 
024 7 |a 10.1007/978-1-4842-4218-6  |2 doi 
024 8 |a 10.1007/978-1-4842-4 
024 3 |a 9781484242179 
027 |a SPRINTER 
029 1 |a AU@  |b 000064850567 
029 1 |a UKMGB  |b 019214961 
029 1 |a AU@  |b 000065083673 
029 1 |a AU@  |b 000065475879 
029 1 |a CHVBK  |b 579468410 
029 1 |a CHNEW  |b 001074032 
029 1 |a AU@  |b 000067499885 
035 |a (OCoLC)1080084990  |z (OCoLC)1079918693  |z (OCoLC)1083873794  |z (OCoLC)1085513891  |z (OCoLC)1105193404  |z (OCoLC)1105706423  |z (OCoLC)1122815315  |z (OCoLC)1153037954  |z (OCoLC)1162755008 
037 |a com.springer.onix.9781484242186  |b Springer Nature 
050 4 |a QA76.889  |b .S55 2018 
072 7 |a UMX  |2 bicssc 
072 7 |a COM051010  |2 bisacsh 
072 7 |a UMX  |2 thema 
072 7 |a UMC  |2 thema 
082 0 4 |a 006.3/843  |2 23 
049 |a UAMI 
100 1 |a Silva, Vladimir,  |d 1969-  |e author. 
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 Silva Vladimir. 
264 1 |a [New York, NY] :  |b Apress,  |c [2018] 
300 |a 1 online resource (xvii, 346 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |b PDF 
347 |a text file 
500 |a Remote Access via the REST API 
588 0 |a Online resource; title from digital title page (viewed on January 24, 2019). 
504 |a Includes bibliographical references and index. 
505 0 |a 1. The Bizarre and Awesome World of Quantum Mechanics -- 2. Quantum Computing: Bending the Fabric of Reality Itself -- 3. Enter the IBM Q Experience: A One of a Kind Platform for Quantum Computing in the Cloud -- 4. QISKit, Awesome SDK for Quantum Programming in Python -- 5. Start Your Engines: From Quantum Random Numbers to Teleportation, Pit Stop at Super Dense Coding -- 6. Fun with Quantum Games -- 7. Game Theory: With Quantum Mechanics Odds Are Always in Your Favor -- 8. Faster Search Plus Threatening the Foundation of Asymmetric Cryptography with Grover and Shor. 
520 |a 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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Quantum computing. 
650 2 2 |a Boidae 
650 1 4 |a Programming Languages, Compilers, Interpreters.  |0 http://scigraph.springernature.com/things/product-market-codes/I14037 
650 2 4 |a Mathematical Models of Cognitive Processes and Neural Networks.  |0 http://scigraph.springernature.com/things/product-market-codes/M13100 
650 2 4 |a Quantum Computing.  |0 http://scigraph.springernature.com/things/product-market-codes/M14070 
650 2 4 |a Big Data.  |0 http://scigraph.springernature.com/things/product-market-codes/I29120 
650 2 4 |a Python.  |0 http://scigraph.springernature.com/things/product-market-codes/I29080 
650 6 |a Informatique quantique. 
650 7 |a Quantum computing  |2 fast 
776 0 8 |i Print version:  |a Silva, Vladimir.  |t Practical Quantum Computing for Developers : Programming Quantum Rigs in the Cloud Using Python, Quantum Assembly Language and IBM QExperience.  |d Berkeley, CA : Apress L.P., ©2018  |z 9781484242179 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484242186/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
880 0 |6 505-00/(S  |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Introduction; Chapter 1: The Bizarre and Awesome World of Quantum Mechanics; The Golden Age of Physics in the Twentieth Century; Max Planck and the Ultraviolet Catastrophe Started It All; Bohr's Quantum Jump; Clash of Titans: Quantum Cats and the Uncertainty Principle; Enter the Almighty Wave Function; Probabilistic Interpretation of ψ: The Wave Function Was Meant to Defeat Quantum Mechanics Not Become Its Foundation; The Quantum Cat Attempts to Crash Born's Probabilistic Party; Uncertainty Principle 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35814793 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5614869 
938 |a YBP Library Services  |b YANK  |n 15901245 
938 |a EBSCOhost  |b EBSC  |n 1983155 
994 |a 92  |b IZTAP