Skip to content
Hybrid Quantum-Classical Machine Learning in TensorFlow
Python C++ Starlark Shell
Branch: master
Clone or download

Latest commit

vinitX Updated two_qubit_unitary function (#246)
The two-qubit unitary function should contain 15 parameters but only 14 were active due to an error in the parameter assignment of the coupling gates. They should be parameterized with symbols 6,7,8 and not 7,8,9.
Latest commit 467bd7a May 27, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Add Unitary calculation to qsim (#205) Apr 20, 2020
benchmarks Clean build (#7) Feb 9, 2020
docs Updated two_qubit_unitary function (#246) May 26, 2020
release Version bump (#240) May 11, 2020
scripts Added tfq.calculate_unitary op. (#215) Apr 22, 2020
tensorflow_quantum Exponential error patch (#245) May 20, 2020
third_party Bring in windows support from custom op repo (#102) Feb 21, 2020
.gitignore Initial copy from staging. Feb 6, 2020
.pylintrc add .pylintrc file. Feb 9, 2020
CONTRIBUTING.md Initial copy from staging. Feb 6, 2020
LICENSE Initial copy from staging. Feb 6, 2020
README.md Added Stack Overflow tag to readme.md (#163) Mar 16, 2020
WORKSPACE Migrate from glog to tensorflow logging Feb 10, 2020
configure.sh Bring in windows support from custom op repo (#102) Feb 21, 2020
requirements.txt Bumped Version to cirq 0.8. (#234) May 9, 2020

README.md

TensorFlow Quantum


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 achievement of Quantum Supremacy. 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.

To provide users with the tools they need to program and simulate a quantum computer, Google is working on 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.

Examples

All of our examples can be found here in the form of Python notebook tutorials

Report issues

Report bugs or feature requests using the TensorFlow Quantum issue tracker.

We also have a Stack Overflow tag for more general TFQ related discussions.

In the meantime check out the install instructions to get the experimental code running!

Contributing

We are eager to collaborate with you! TensorFlow Quantum is still a very young code base, if you have ideas for features that you would like added feel free to check out our Contributor Guidelines to get started.

References

If you use TensorFlow Quantum in your research, please cite:

TensorFlow Quantum: A Software Framework for Quantum Machine Learning arXiv:2003.02989, 2020.

You can’t perform that action at this time.