All Projects → PacktPublishing → Learn Quantum Computing With Python And Ibm Quantum Experience

PacktPublishing / Learn Quantum Computing With Python And Ibm Quantum Experience

Licence: mit
Learn Quantum Computing with Python and IBM Quantum Experience, published by Packt

Projects that are alternatives of or similar to Learn Quantum Computing With Python And Ibm Quantum Experience

Deep Learning Book Chapter Summaries
Attempting to make the Deep Learning Book easier to understand.
Stars: ✭ 952 (+2970.97%)
Mutual labels:  jupyter-notebook
Docker Iocaml Datascience
Dockerfile of Jupyter (IPython notebook) and IOCaml (OCaml kernel) with libraries for data science and machine learning
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Functional Python
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+2977.42%)
Mutual labels:  jupyter-notebook
Datahacksummit 2017
Apache Zeppelin notebooks for Recommendation Engines using Keras and Machine Learning on Apache Spark
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Qa Rankit
QA - Answer Selection (Rank candidate answers for a given question)
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Pytorch projects
A collection of Machine Learning Google_Colab_Notebooks
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Stock2vec
Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Machine Learning
Machine learning for Project Cognoma
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Tech Terms
A repository of technical terms and definitions. As flashcards.
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Poi2vec
POI2Vec: Geographical Latent Representation for Predicting Future Visitors
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Udacity Ml Nanodegree
Projects for Udacity's Machine Learning Engineer Nanodegree
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Pytorch Course
JULYEDU PyTorch Course
Stars: ✭ 947 (+2954.84%)
Mutual labels:  jupyter-notebook
Udacity machine learning engineer
Udacity Machine Learning Engineer Nanodegree
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Deep Chemometrics
Using deep learning approaches and convolutional neural networks (CNN) for spectroscopical data (deep chemometrics)
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Mathematical And Statistical Modeling Of Covid19 In Brazil
To make a library of models that aim to understand the spread of COVID19 in adequate scenarios of the Brazilian population
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Ijulia Notebooks
My IJulia notebooks
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Bdr Analytics Py
Common data science and data engineering utilities to help us perform analytics. Our toolbox for data scientists, licensed under Apache-2.0
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook

Learn Quantum Computing with Python and IBM Quantum Experience

Learn Quantum Computing with Python and IBM Quantum Experience

This is the code repository for Learn Quantum Computing with Python and IBM Quantum Experience, published by Packt.

A hands-on introduction to quantum computing and writing your own quantum programs with Python

What is this book about?

IBM Quantum Experience is a platform that enables developers to learn the basics of quantum computing by allowing them to run experiments on a quantum computing simulator and a real device. This book will explain the basic principles of quantum mechanics, the principles involved in quantum computing, and the implementation of quantum algorithms and experiments on IBM's quantum processors.

This book covers the following exciting features: Explore quantum computational principles such as superposition and quantum entanglement Become familiar with the contents and layout of the IBM Quantum Experience Understand quantum gates and how they operate on qubits Discover the quantum information science kit and its elements such as Terra and Aer Get to grips with quantum algorithms such as Bell State, Deutsch-Jozsa, Grover’s algorithm, and Shor's algorithm How to create and visualize a quantum circuit

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

param_t1 = t1*1.2
param_a = 1.0
param_b = 0.0

Following is what you need for this book: This book is for Python developers who are looking to learn quantum computing and put their knowledge to use in practical situations with the help of IBM Quantum Experience. Some background in computer science and high-school-level physics and math is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).

Software and Hardware List

Chapter Software required OS required
1 Latest browser Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Errata

The block of code available on page 65 is incorrect and should be as follows:

from qiskit.visualization import plot_bloch_multivector
qc = QuantumCircuit(1)
...
...
...
#Display the Bloch sphere
plot_bloch_multivector(stateVectorResult)

Code in Action

Please visit the following link to check the CiA videos: https://bit.ly/35o5M80

Related products

Get to Know the Author

Robert Loredo is the IBM Quantum Global Technical Ambassador lead with over 20 years' experience in software architecture and engineering. He is also a Qiskit Advocate and Master Inventor who holds over 160 patents and has presented various workshops, lectures, and articles covering quantum computing, artificial intelligence, and bioinformatics world-wide. As an adjunct professor, he has taught cloud computing and software engineering at the Florida International University School of Computer Science. He holds both a bachelor's and a master's degree in Computer and Electrical Engineering from the University of Miami and is currently pursuing his PhD in Computer Science, specializing in Machine Learning and Neuroscience, at Florida International University.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].