Quantum
An open-source Python framework for hybrid quantum-classical machine learning.
Install / Use
/learn @tensorflow/QuantumREADME
<img width="450px" alt="TensorFlow Quantum logo" src="docs/images/logo/tf_quantum1.svg">
High-performance Python framework for hybrid quantum-classical machine learning
Features – Installation – Quick Start – Documentation – Getting help – Citing TFQ – Contact
</div>Features
TensorFlow 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 ecosystem.
- Integrates with Cirq for writing quantum circuit definitions
- Integrates with qsim for running quantum circuit simulations
- Uses Keras to provide high-level abstractions for quantum machine learning constructs
- Provides an extensible system for automatic differentiation of quantum circuits
- Offers many methods for computing gradients, including parameter shift and adjoint methods
- Implements operations as C++ TensorFlow Ops, making them 1<sup>st</sup>-class citizens in the TF compute graph
- 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.
Installation
Please see the installation instructions in the documentation.
Compatibility: At this time, TensorFlow Quantum is built and tested on Linux with the following systems and software:
- Python 3.10–3.12
- TensorFlow 2.18.1
- TF-Keras 2.18.0
- NumPy 2.0
- Cirq 1.5.0
Quick start
Guides and tutorials for TensorFlow Quantum are available online at the TensorFlow.org web site.
Documentation for TensorFlow Quantum, including tutorials and API documentation, can be found online at the TensorFlow.org web site.
All of the examples can be found in GitHub in the form of Python notebook tutorials
Getting help
Please report bugs or feature requests using the TensorFlow Quantum issue tracker on GitHub.
There is also a Stack Overflow tag for TensorFlow Quantum that you can use for more general TFQ-related discussions.
Citing TensorFlow Quantum<a name="how-to-cite-tfq"></a><a name="how-to-cite"></a>
When publishing articles or otherwise writing about TensorFlow Quantum, please cite the paper "TensorFlow Quantum: A Software Framework for Quantum Machine Learning" (2020) and include information about the version of TFQ you are using.
@misc{broughton2021tensorflowquantum,
title={TensorFlow Quantum: A Software Framework for Quantum Machine Learning},
author={Michael Broughton and Guillaume Verdon and Trevor McCourt
and Antonio J. Martinez and Jae Hyeon Yoo and Sergei V. Isakov
and Philip Massey and Ramin Halavati and Murphy Yuezhen Niu
and Alexander Zlokapa and Evan Peters and Owen Lockwood and Andrea Skolik
and Sofiene Jerbi and Vedran Dunjko and Martin Leib and Michael Streif
and David Von Dollen and Hongxiang Chen and Shuxiang Cao and Roeland Wiersema
and Hsin-Yuan Huang and Jarrod R. McClean and Ryan Babbush and Sergio Boixo
and Dave Bacon and Alan K. Ho and Hartmut Neven and Masoud Mohseni},
year={2021},
eprint={2003.02989},
archivePrefix={arXiv},
primaryClass={quant-ph},
doi={10.48550/arXiv.2003.02989},
url={https://arxiv.org/abs/2003.02989},
}
Contact
For any questions or concerns not addressed here, please email quantum-oss-maintainers@google.com.
Disclaimer
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.
Copyright 2020 Google LLC.
<div align="center"> <a href="https://quantumai.google"> <img width="15%" alt="Google Quantum AI" src="docs/images/quantum-ai-vertical.svg"> </a> </div>Related Skills
gh-issues
349.0kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
oracle
349.0kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
349.0kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
taskflow
349.0kname: taskflow description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layer
