Skip to content

Commit

Permalink
Minor edits and updates to Markdown files in docs/ (quantumlib#7009)
Browse files Browse the repository at this point in the history
* Update citation.md

Add links for Qualtran and Stim, sort the list in alpha order, and
remove needless trailing spaces.

* Minor edits and updates to docs/

Minor edits to add info (e.g., about Qualtran), and make drive-by
corrections to punctuation, grammar, and capitalization.

This does not include changes to conform to Google Markdown style.

* Describe some missing issue labels & fix more inconsistencies

A lot of punctuation & minor grammar issues in this one, in addition
to adding explanations about some issue labels.

* Fix NumPy capitalization error from a previous commit

* Fix capitalization of SymPy

* Update stated version number of grpcio-tools docs/dev/development.md

Co-authored-by: Pavol Juhas <[email protected]>

* Spell out time zone

Co-authored-by: Pavol Juhas <[email protected]>

* Merge

* Add back a change lost in conflict resolution

* Fix a couple of sentences about Docker

* Fix a couple of Cirq capitalization issues missed before

---------

Co-authored-by: Pavol Juhas <[email protected]>
  • Loading branch information
mhucka and pavoljuhas authored Jan 31, 2025
1 parent bb10251 commit aba898c
Show file tree
Hide file tree
Showing 19 changed files with 267 additions and 262 deletions.
17 changes: 9 additions & 8 deletions docs/build/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following document provides an ecosystem overview of how the various tools c

* **Research Libraries and Tools:** Libraries and tools used for researching new quantum algorithms and designing and preparing experiments on quantum devices.

* **Cirq**: A framework specifically for programming noisy intermediate quantum computers.
* **Cirq**: A framework specifically for programming noisy intermediate-scale quantum computers.

* **Quantum Cloud Services:** Cirq can connect to a variety of quantum cloud services. Behind each cloud service, quantum algorithms run on either a quantum processor or simulator.

Expand All @@ -16,10 +16,12 @@ The following document provides an ecosystem overview of how the various tools c

|Name|Main sponsor|Description|
|--- |--- |--- |
|[Cirq](https://github.com/quantumlib/Cirq)|Google|An open-source framework for creating, editing, and invoking Noisy Intermediate-Scale Quantum (NISQ) circuits.|
|[OpenFermion](https://github.com/quantumlib/OpenFermion)|Google|An open-source algorithms library for developing new quantum chemistry and materials simulation algorithms|
|[TensorFlow Quantum](https://tensorflow.org/quantum)|Google|An open-source algorithms library for developing new quantum machine learning algorithms|
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high speed simulation of Clifford circuits and quantum error correction|
|[ReCirq](https://github.com/quantumlib/ReCirq)|Google|An open-source repository of example experiments, tools, and tutorials for running experiments on Google’s Quantum Computing Service|
|[Qualtran](https://github.com/quantumlib/qualtran)|Google|An open-source library for expressing and analyzing fault-tolerant quantum algorithms|
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high-speed simulation of Clifford circuits and quantum error correction|
|[ReCirq](https://github.com/quantumlib/ReCirq)|Google|An open-source repository of example experiments, tools, and tutorials in quantum computing|
|[Forge](https://forge.qcware.com/)|QCWare|A proprietary library for domain-specific quantum algorithms and applications|
|[Pennylane](https://pennylane.ai/)|Xanadu|An open-source library for quantum machine learning with TensorFlow, PyTorch, or NumPy|

Expand All @@ -46,13 +48,12 @@ The following document provides an ecosystem overview of how the various tools c
For more information for vendors about integrating with cirq,
see our [RFC page](../dev/rfc_process.md#new_hardware_integrations).


## High performance quantum circuit simulators

|Name|Main sponsor|Description|
|--- |--- |--- |
|[qsim](https://github.com/quantumlib/qsim)|Google|An open-source, high performance circuit simulator for Schrödinger simulations|
|[quimb](https://github.com/jcmgray/quimb)|Johnny Gray|An open-source, high performance circuit simulator using tensor-networks|
|[qulacs](https://github.com/qulacs/cirq-qulacs)|Quansys|An open-source, high performance circuit simulator for Schrödinger simulations|
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high speed simulation of Clifford circuits and quantum error correction|
|[qsim](https://github.com/quantumlib/qsim)|Google|An open-source, high-performance circuit simulator for Schrödinger simulations|
|[quimb](https://github.com/jcmgray/quimb)|Johnny Gray|An open-source, high-performance circuit simulator using tensor-networks|
|[qulacs](https://github.com/qulacs/cirq-qulacs)|Quansys|An open-source, high-performance circuit simulator for Schrödinger simulations|
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high-speed simulation of Clifford circuits and quantum error correction|
|[cuQuantum](https://developer.nvidia.com/cuquantum-sdk)|Nvidia|Tools for speeding up quantum simulation on GPUs|
15 changes: 8 additions & 7 deletions docs/citation.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Citing Google Quantum AI open source software
# Citing Google Quantum AI open-source software

When using our projects, please cite them according to the following guide:

| Project | Citation reference |
| Project | Citation reference |
|---------|--------------------|
| Cirq | https://github.com/quantumlib/Cirq/tree/main#how-to-cite-cirq |
| OpenFermion | https://github.com/quantumlib/OpenFermion#how-to-cite |
| Cirq | https://github.com/quantumlib/Cirq/tree/main#how-to-cite-cirq |
| OpenFermion | https://github.com/quantumlib/OpenFermion#how-to-cite |
| qsim | https://github.com/quantumlib/qsim#how-to-cite-qsim |
| Qualtran | https://github.com/quantumlib/qualtran#how-to-cite-qualtran |
| ReCirq | https://github.com/quantumlib/ReCirq#how-to-cite-recirq |
| qsim | https://github.com/quantumlib/qsim#how-to-cite-qsim |
| Tensorflow Quantum |https://github.com/tensorflow/quantum#references|

| Stim | https://github.com/quantumlib/stim#how-cite-stim |
| Tensorflow Quantum | https://github.com/tensorflow/quantum#references|
Loading

0 comments on commit aba898c

Please sign in to comment.