You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor edits and updates to Markdown files in docs/ (#7009)
* 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 <pavol.juhas@gmail.com>
* Spell out time zone
Co-authored-by: Pavol Juhas <pavol.juhas@gmail.com>
* 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 <pavol.juhas@gmail.com>
Copy file name to clipboardExpand all lines: docs/build/ecosystem.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The following document provides an ecosystem overview of how the various tools c
4
4
5
5
***Research Libraries and Tools:** Libraries and tools used for researching new quantum algorithms and designing and preparing experiments on quantum devices.
6
6
7
-
***Cirq**: A framework specifically for programming noisy intermediate quantum computers.
7
+
***Cirq**: A framework specifically for programming noisy intermediate-scale quantum computers.
8
8
9
9
***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.
10
10
@@ -16,10 +16,12 @@ The following document provides an ecosystem overview of how the various tools c
16
16
17
17
|Name|Main sponsor|Description|
18
18
|--- |--- |--- |
19
+
|[Cirq](https://github.com/quantumlib/Cirq)|Google|An open-source framework for creating, editing, and invoking Noisy Intermediate-Scale Quantum (NISQ) circuits.|
19
20
|[OpenFermion](https://github.com/quantumlib/OpenFermion)|Google|An open-source algorithms library for developing new quantum chemistry and materials simulation algorithms|
20
21
|[TensorFlow Quantum](https://tensorflow.org/quantum)|Google|An open-source algorithms library for developing new quantum machine learning algorithms|
21
-
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high speed simulation of Clifford circuits and quantum error correction|
22
-
|[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|
22
+
|[Qualtran](https://github.com/quantumlib/qualtran)|Google|An open-source library for expressing and analyzing fault-tolerant quantum algorithms|
23
+
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high-speed simulation of Clifford circuits and quantum error correction|
24
+
|[ReCirq](https://github.com/quantumlib/ReCirq)|Google|An open-source repository of example experiments, tools, and tutorials in quantum computing|
23
25
|[Forge](https://forge.qcware.com/)|QCWare|A proprietary library for domain-specific quantum algorithms and applications|
24
26
|[Pennylane](https://pennylane.ai/)|Xanadu|An open-source library for quantum machine learning with TensorFlow, PyTorch, or NumPy|
25
27
@@ -46,13 +48,12 @@ The following document provides an ecosystem overview of how the various tools c
46
48
For more information for vendors about integrating with cirq,
47
49
see our [RFC page](../dev/rfc_process.md#new_hardware_integrations).
48
50
49
-
50
51
## High performance quantum circuit simulators
51
52
52
53
|Name|Main sponsor|Description|
53
54
|--- |--- |--- |
54
-
|[qsim](https://github.com/quantumlib/qsim)|Google|An open-source, highperformance circuit simulator for Schrödinger simulations|
55
-
|[quimb](https://github.com/jcmgray/quimb)|Johnny Gray|An open-source, highperformance circuit simulator using tensor-networks|
56
-
|[qulacs](https://github.com/qulacs/cirq-qulacs)|Quansys|An open-source, highperformance circuit simulator for Schrödinger simulations|
57
-
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for highspeed simulation of Clifford circuits and quantum error correction|
55
+
|[qsim](https://github.com/quantumlib/qsim)|Google|An open-source, high-performance circuit simulator for Schrödinger simulations|
56
+
|[quimb](https://github.com/jcmgray/quimb)|Johnny Gray|An open-source, high-performance circuit simulator using tensor-networks|
57
+
|[qulacs](https://github.com/qulacs/cirq-qulacs)|Quansys|An open-source, high-performance circuit simulator for Schrödinger simulations|
58
+
|[Stim](https://github.com/quantumlib/stim)|Google|An open-source library for high-speed simulation of Clifford circuits and quantum error correction|
58
59
|[cuQuantum](https://developer.nvidia.com/cuquantum-sdk)|Nvidia|Tools for speeding up quantum simulation on GPUs|
0 commit comments