Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d758f26
Cleared room for examples
Feb 21, 2020
37a6795
Removed workflows
Feb 21, 2020
b9013a2
Added initial notebook from Andrea
Feb 23, 2020
1b9c760
Added layers image
Feb 23, 2020
70bb92b
Added license
Feb 23, 2020
a6766a4
Added colab badge
Feb 23, 2020
242bfd6
Updated colab linlk
Feb 23, 2020
a328181
Update layerwise_learning.ipynb
Feb 23, 2020
b9eb0d5
Moved image
Feb 23, 2020
244f720
Added QGRNN with license and Colab badge
Feb 23, 2020
c8a1b5d
Switched back to markdown image reference
Feb 23, 2020
d761d13
Update license
Feb 23, 2020
dec80d5
Update license
Feb 23, 2020
687dbc3
Removed contributing file
Feb 23, 2020
04ac51d
Updated README to reflect research contents
Feb 23, 2020
4d74e9b
added binary classifier
Feb 23, 2020
f3b3e06
Merge branch 'research' of https://github.com/tensorflow/quantum into…
Feb 23, 2020
c012080
Added metalearning
Feb 27, 2020
1f3d781
Added basic qaoa
Feb 27, 2020
2fe3439
removed outputs
Feb 27, 2020
b551332
Added colab badge
Feb 27, 2020
9776b67
Updated install
Feb 27, 2020
d5acbb3
Removed outputs
Feb 27, 2020
68f624e
Corrected install
Feb 27, 2020
769d650
Add vqt
Feb 27, 2020
d4030f5
Added quantum control example
Feb 27, 2020
6c94350
Added quantum control example
Feb 27, 2020
31cc958
Added authorship
Feb 27, 2020
41bcc7b
Added authorship
Feb 27, 2020
2f27f43
Updated image
Feb 27, 2020
0c08f2a
Updated definitions
Feb 28, 2020
c875a47
Directly embedded picture
Feb 28, 2020
1388f94
Typo
Feb 28, 2020
1939c2c
layerwise learning update
Feb 28, 2020
b70ee89
update
Mar 2, 2020
e27d2ab
Update syntax
Mar 2, 2020
d82ddc7
removed cell numbers
Mar 2, 2020
6d2d497
Small update
Mar 2, 2020
4850d1a
Added author information, updated build
Mar 6, 2020
498b7dd
updated author and install
Mar 6, 2020
bde5907
updated install
Mar 6, 2020
d023d86
Updated install
Mar 7, 2020
33ef403
Added link to live paper.
MichaelBroughton Mar 9, 2020
9cda0d4
corrected metalearning example (#197)
Apr 10, 2020
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
92 changes: 0 additions & 92 deletions .github/workflows/ci.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

131 changes: 0 additions & 131 deletions .pylintrc

This file was deleted.

62 changes: 0 additions & 62 deletions CONTRIBUTING.md

This file was deleted.

56 changes: 2 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,3 @@
# TensorFlow Quantum
# Research

TensorFlow Quantum (TFQ) is a python framework for hybrid
quantum-classical machine learning that is primarily focused on
modeling quantum data. TFQ is an application framework developed to
allow quantum algorithms researchers and machine learning applications
researchers to explore computing workflows that leverage Google’s
quantum computing offerings, all from within TensorFlow.


## Motivation

Quantum computing at Google has hit an exciting milestone with the achievment
of [Quantum Supremacy](https://www.nature.com/articles/s41586-019-1666-5).
In the wake of this demonstration, Google is now turning its attention to
developing and implementing new algorithms to run on its Quantum Computer
that have real world [applications](https://ai.googleblog.com/2019/10/quantum-supremacy-using-programmable.html).

To provide users with the tools they need to program and simulate a quantum
computer, Google is working on [Cirq](https://github.com/quantumlib/Cirq). Cirq
is designed for quantum computing researchers who are interested in running and
designing algorithms that leverage existing (imperfect) quantum computers.

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.


## Installation

See the [installation instructions](https://github.com/tensorflow/quantum/blob/master/docs/install.md).


## Examples

All of our examples can be found here in the form of
[Python notebook tutorials](https://github.com/tensorflow/quantum/tree/master/docs/tutorials)


## Report issues

Report bugs or feature requests using the
[TensorFlow Quantum issue tracker](https://github.com/tensorflow/quantum/issues).

In the meantime check out the [install instructions](./docs/install.md) to get
the experimental code running!


## Contributing

We are eager to collaborate with you! TensorFlow Quantum is still a very young codebase,
if you have ideas for features that you would like added feel free to check out our
[Contributor Guidelines](https://github.com/tensorflow/quantum/blob/master/CONTRIBUTING.md)
to get started.
Each directory in this branch corresponds to an example application in the [TensorFlow Quantum whitepaper](https://arxiv.org/abs/2003.02989).
Loading