Difference between revisions of "Quantum"

From
Jump to: navigation, search
(Quantum Development Algorithms & Kits)
Line 8: Line 8:
 
[http://www.google.com/search?q=Quantum+deep+machine+learning+ML ...Google search]
 
[http://www.google.com/search?q=Quantum+deep+machine+learning+ML ...Google search]
  
* [[Math for Intelligence]]
 
 
* [[Quantum Generative Adversarial Learning (QuGAN - QGAN)]]  
 
* [[Quantum Generative Adversarial Learning (QuGAN - QGAN)]]  
 
* [[Processing Units - CPU, GPU, APU, TPU, VPU, FPGA, QPU]]
 
* [[Processing Units - CPU, GPU, APU, TPU, VPU, FPGA, QPU]]
 +
* [[Math for Intelligence]]
 
* [[Python#Strawberry Fields| Strawberry Fields - a full-stack Python library for designing, simulating, and optimizing continuous variable quantum optical circuits. | Xanadu]]
 
* [[Python#Strawberry Fields| Strawberry Fields - a full-stack Python library for designing, simulating, and optimizing continuous variable quantum optical circuits. | Xanadu]]
 
* [http://medium.com/xanaduai/quantum-machine-learning-1-0-76a525c8cf69 Quantum Machine Learning 1.0 | Maria Schuld - Xanadu - Medium]
 
* [http://medium.com/xanaduai/quantum-machine-learning-1-0-76a525c8cf69 Quantum Machine Learning 1.0 | Maria Schuld - Xanadu - Medium]
Line 44: Line 44:
  
 
<img src="http://scx1.b-cdn.net/csz/news/800/2019/1-introducingq.jpg" width="700" height="400">
 
<img src="http://scx1.b-cdn.net/csz/news/800/2019/1-introducingq.jpg" width="700" height="400">
 
  
  
Line 56: Line 55:
 
<youtube>GN8ZI930HLg</youtube>
 
<youtube>GN8ZI930HLg</youtube>
  
=== Quantum Development Algorithms & Kits ===
+
=== <span id="Quantum Development Algorithms & Kits"></span>Quantum Development Algorithms & Kits ===
 
* [http://marketplace.visualstudio.com/items?itemName=quantum.DevKit Quantum Development Kit | Microsoft]
 
* [http://marketplace.visualstudio.com/items?itemName=quantum.DevKit Quantum Development Kit | Microsoft]
 
** [http://docs.microsoft.com/en-us/quantum/language/?view=qsharp-preview The Q# Programming Language | Microsoft]
 
** [http://docs.microsoft.com/en-us/quantum/language/?view=qsharp-preview The Q# Programming Language | Microsoft]
Line 68: Line 67:
  
 
<img src="http://github.com/Qiskit/ibmq-device-information/raw/master/backends/rueschlikon/images/ibmqx3-labeled.png" width="200" height="200">
 
<img src="http://github.com/Qiskit/ibmq-device-information/raw/master/backends/rueschlikon/images/ibmqx3-labeled.png" width="200" height="200">
 +
 +
== <span id="Quantum"></span>Quantum ==
 +
 +
=== <span id="Strawberry Fields"></span>Strawberry Fields ===
 +
[http://www.youtube.com/results?search_query=Strawberry+Fields+quantum Youtube search...]
 +
[http://www.google.com/search?q=Strawberry+Fields+quantum ...Google search]
 +
 +
* [https://strawberryfields.readthedocs.io/en/latest/ Strawberry Fields] - is a full-stack Python library for designing, simulating, and optimizing continuous variable quantum optical circuits. | Xanadu
 +
* [[Quantum-based]]
 +
 +
* An open-source software architecture for photonic quantum computing
 +
* A full-stack quantum software platform, implemented in Python specifically targeted to the CV model
 +
* Quantum circuits are written using the easy-to-use and intuitive Blackbird quantum programming language
 +
* Powers the Strawberry Fields Interactive web app, which allows anyone to run a quantum computing simulation via drag and drop
 +
* Includes quantum computer simulators implemented using [[Python#NumPy |NumPy]] and [[Tensorflow]] - these built-in quantum compiler tools convert and optimize Blackbird code for classical simulation
 +
* Future releases will aim to target experimental backends, including photonic quantum computing chips
 +
 +
http://strawberryfields.readthedocs.io/en/latest/_images/thumbnail1.gif
 +
<img src="http://strawberryfields.readthedocs.io/en/latest/_images/laptop.png" width="200" height="100">
 +
<img src="http://strawberryfields.readthedocs.io/en/latest/_images/NOON.png" width="200" height="150">
 +
 +
<youtube>B2n0TxRDWPs</youtube>
 +
 +
=== <span id="Cirq"></span>Cirq ===
 +
[http://www.youtube.com/results?search_query=Cirq+quantum Youtube search...]
 +
[http://www.google.com/search?q=Cirq+quantum ...Google search]
 +
 +
* [http://github.com/quantumlib/cirq Cirq] - a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators. | Google]
 +
* [[Quantum-based]]
 +
 +
A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
 +
 +
<youtube>16ZfkPRVf2w</youtube>
 +
<youtube>g2B3pp2Btss</youtube>
 +
 +
=== <span id="Qiskit"></span>Qiskit ===
 +
[http://www.youtube.com/results?search_query=Qiskit+quantum Youtube search...]
 +
[http://www.google.com/search?q=Qiskit+quantum ...Google search]
 +
 +
* [http://qiskit.org/ Qiskit] is an open-source quantum computing software development framework for leveraging today's quantum processors
 +
* [[Quantum-based]]
 +
 +
<youtube>a1NZC5rqQD8</youtube>
 +
<youtube>VYON7wfrFog</youtube>
 +
 +
  
 
<youtube>pYD6bvKLI_c</youtube>
 
<youtube>pYD6bvKLI_c</youtube>

Revision as of 20:12, 13 September 2019

YouTube search... ...Google search

Every quantum computer is fundamentally a sampler that starts with a simple probability distribution over all possible measurement outcomes, computes a more complicated distribution, and samples an outcome via a measurement. Quantum Machine Learning 1.0 | Maria Schuld - Xanadu - Medium


Two basic properties of quantum world:

  • Superposition - of two state means a quantum system is in two state at a time
  • Entanglement - the correlation of two or more system in a ensemble.Which means even if two two system are spatially separated the measurement of any observable will be effected by the other.


Quantum Machine Learning

Quantum machine learning is an emerging interdisciplinary research area at the intersection of quantum physics and machine learning. The most common use of the term refers to machine learning algorithms for the analysis of classical data executed on a quantum computer, i.e. quantum-enhanced machine learning. While machine learning algorithms are used to compute immense quantities of data, quantum machine learning increases such capabilities intelligently, by creating opportunities to conduct analysis on quantum states and systems. This includes hybrid methods that involve both classical and quantum processing, where computationally difficult subroutines are outsourced to a quantum device. These routines can be more complex in nature and executed faster with the assistance of quantum devices. Furthermore, quantum algorithms can be used to analyze quantum states instead of classical data. Quantum machine learning | Wikipedia

Quantum Neural Network (QNN)

Quantum neural networks (QNNs) are neural network models which are based on the principles of quantum mechanics. There are two different approaches to QNN research, one exploiting quantum information processing to improve existing neural network models (sometimes also vice versa), and the other one searching for potential quantum effects in the brain. Quantum Neural Network (QNN) | Wikipedia

Quantum Convolutional Neural Network (QCNN)

Machine learning techniques have so far proved to be very promising for the analysis of data in several fields, with many potential applications. However, researchers have found that applying these methods to quantum physics problems is far more challenging due to the exponential complexity of many-body systems.... "One of the objectives of the present work was to generalize a specific, well-known machine learning architecture called convolutional neural network (CNN) for a compact quantum circuit, and demonstrate its capabilities with simplistic but meaningful examples." In their study, Choi and his colleagues assumed that CNNs owe their great success to two important features. Firstly, the fact that they are made out of smaller local units (i.e., multiple layers of quasi-local quantum gates). Secondly, their ability to process input data in a hierarchical fashion. The researchers found a connection between these two characteristics and two renowned physics concepts known as locality and renormalization. "Locality is natural in physics because we believe that the law of nature is fundamentally local," Choi said. "Renormalization, on the other hand, is a very interesting concept. In physics, certain universal features of a quantum many-body system, such as the phase (e.g., liquid, gas, solid, etc.) of materials do not depend on (or are not sensitive to) microscopically detailed information of the system, but rather governed by only a few important hidden parameters. Renormalization is a theory technique to identify those important parameters starting from microscopic description of a quantum system." The researchers observed that renormalization processes share some similarities with pattern recognition applications, particularly those in which machine learning is used to identify objects in pictures. For instance, when a CNN trained for pattern recognition tasks analyzes pictures of animals, it focuses on a universal feature (i.e., trying to identify what animal is portrayed in the image), regardless of whether individual animals of the same type (e.g., cats) look slightly different. This process is somewhat similar to renormalization techniques in theoretical physics, which can also help to distill universal information....quantum convolutional neural network (QCNN), on a quantum physics-specific problem that involved recognizing quantum states associated with a 1-D symmetry protected topological phase. Remarkably, their technique was able to recognize these quantum states, outperforming existing approaches. As it is fairly compact, the QCNN could also potentially be implemented in small quantum computers. Introducing Quantum Convolutional Neural Networks (QCNN) | Ingrid Fadelli


Getting Started with Quantum Programming

Quantum Development Algorithms & Kits

Quantum

Strawberry Fields

Youtube search... ...Google search

  • Strawberry Fields - is a full-stack Python library for designing, simulating, and optimizing continuous variable quantum optical circuits. | Xanadu
  • Quantum-based
  • An open-source software architecture for photonic quantum computing
  • A full-stack quantum software platform, implemented in Python specifically targeted to the CV model
  • Quantum circuits are written using the easy-to-use and intuitive Blackbird quantum programming language
  • Powers the Strawberry Fields Interactive web app, which allows anyone to run a quantum computing simulation via drag and drop
  • Includes quantum computer simulators implemented using NumPy and Tensorflow - these built-in quantum compiler tools convert and optimize Blackbird code for classical simulation
  • Future releases will aim to target experimental backends, including photonic quantum computing chips

thumbnail1.gif

Cirq

Youtube search... ...Google search

  • Cirq - a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators. | Google]
  • Quantum-based

A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.

Qiskit

Youtube search... ...Google search

  • Qiskit is an open-source quantum computing software development framework for leveraging today's quantum processors
  • Quantum-based