Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ PyPI](https://img.shields.io/pypi/v/TensorFlow_Quantum.svg?logo=python&logoColor
[Features](#features) –
[Installation](#installation) –
[Quick Start](#quick-start) –
Comment thread
mhucka marked this conversation as resolved.
[Documentation](#documentation) –
[Getting help](#getting-help) –
[Citing TFQ](#citing-tensorflow-quantum) –
[Contact](#contact)
Expand All @@ -27,10 +26,9 @@ PyPI](https://img.shields.io/pypi/v/TensorFlow_Quantum.svg?logo=python&logoColor

[TensorFlow Quantum](https://www.tensorflow.org/quantum) (TFQ) is a Python
framework for hybrid quantum-classical machine learning focused on modeling
quantum data. It enables quantum algorithms researchers and machine learning
applications researchers to explore computing workflows that leverage Google’s
quantum computing offerings – all from within the powerful
[TensorFlow](https://tensorflow.org) ecosystem.
quantum data. It provides users with the tools they need to interleave quantum
algorithms and logic designed in Cirq with the powerful and performant ML tools
from [TensorFlow](https://tensorflow.org). Here are some of TFQ's features:

* Integrates with [Cirq](https://github.com/quantumlib/Cirq) for writing
quantum circuit definitions
Expand All @@ -47,17 +45,11 @@ quantum computing offerings – all from within the powerful
* Harnesses TensorFlow’s computational machinery to provide exceptional
performance and scalability

## Motivation

TensorFlow Quantum provides users with the tools they need to interleave quantum
algorithms and logic designed in Cirq with the powerful and performant ML tools
from TensorFlow. With this connection, we hope to unlock new and exciting paths
for quantum computing research that would not have otherwise been possible.

Thanks to its power and scalability, TensorFlow Quantum has already been
instrumental in enabling ground-breaking research in QML. It empowers
researchers to pursue questions whose answers can only be obtained through fast
simulation of many millions of moderately-sized circuits.
TensorFlow Quantum empowers quantum algorithms and machine learning researchers
to pursue questions whose answers can only be obtained through fast simulation
of many millions of moderately-sized circuits. It has already been instrumental
in enabling ground-breaking research in QML by providing a seamless workflow for
leveraging Google’s quantum computing offerings.

## Installation

Expand Down
Loading