Skip to content
Merged
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
40 changes: 40 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
The [Quantum AI](https://quantumai.google) team and collaborators from all
around the world maintain and develop open-source software projects for quantum
computing. We build best-in-class libraries and utilities to advance research
into applications and error correction for the future of fault-tolerant quantum
computing. Our open-source projects are found in repositories under the
Quantumlib organization and elsewhere on GitHub.

## Repositories

Our major efforts include the following:

* [Cirq](https://github.com/quantumlib/Cirq): framework for creating,
manipulating, and running quantum circuits on hardware or in simulation.
* [OpenFermion](https://github.com/quantumlib/OpenFermion): framework for
creating and analyzing quantum algorithms to simulate electronic structures.
* [qsim](https://github.com/quantumlib/qsim): fast state-vector
simulator that integrates with Cirq and TensorFlow Quantum.
* [Qualtran](https://github.com/quantumlib/Qualtran): library for expressing
and analyzing fault-tolerant quantum algorithms.
* [Stim](https://github.com/quantumlib/Stim): tool for high-performance
simulation and analysis of quantum stabilizer circuits.
* [TensorFlow Quantum](https://github.com/tensorflow/quantum): framework for
hybrid quantum-classical machine learning using
[TensorFlow](https://tensorflow.org).

Other projects include:

* [Chromobius](https://github.com/quantumlib/Chromobius): fast Möbius decoder
for color codes used in quantum error correction.
* [ReCirq](https://github.com/quantumlib/ReCirq): repository of research
examples and published experiments that use Cirq.
* [Tensor Network Contraction Optimizer (TNCO)](
https://github.com/google-research/tnco): high-performance library for
tensor networks.
* [Tesseract Decoder](https://github.com/quantumlib/tesseract-decoder):
search-based decoder for quantum error correction.
* [TypedUnits](https://github.com/quantumlib/TypedUnits): utility
library for working with units of measurement.
* [Unitary](https://github.com/quantumlib/unitary): library for exploring
quantum computing concepts through games.