Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Updated README and version information in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nfwvogt committed Jan 14, 2019
1 parent 5fc1741 commit eca013e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CirqProjectQ

Heisenberg has developed a port between [ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) and [Cirq](https://github.com/quantumlib/Cirq/blob/master/docs/install.md), called CirqProjectQ. ProjectQ is an open source tool to compile source code for quantum computers. Cirq is an open source framework developed by Google for building and experimenting with noisy intermediate scale quantum (NISQ) algorithms on near-term quantum processors. Heisenberg is an early stage partner of Google and has had early access to Cirq.
HQS quantum simulations has developed a port between [ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) and [Cirq](https://github.com/quantumlib/Cirq/blob/master/docs/install.md), called CirqProjectQ. ProjectQ is an open source tool to compile source code for quantum computers. Cirq is an open source framework developed by Google for building and experimenting with noisy intermediate scale quantum (NISQ) algorithms on near-term quantum processors. HQS quantum simulations is an early stage partner of Google and has had early access to Cirq.

CirqProjectQ provides two main functionalities:

Expand All @@ -11,4 +11,4 @@ CirqProjectQ provides two main functionalities:
For more information see the detailed code [documentation](https://cirqprojectq.readthedocs.io/en/latest/)

## Using Cirq to simulate condensed matter
The [Anderson model](https://en.wikipedia.org/wiki/Anderson_impurity_model) is an important model in condensed matter physics describing, for example, transport in disordered materials. Heisenberg has used Cirq to simulate the Anderson model on a simulated quantum computer, see our [example code](https://github.com/HeisenbergQS/CirqProjectQ/blob/master/examples/siam_cirq.py). More information about our simulation on Cirq can be found in this [presentation](https://heisenberg.xyz/wp-content/uploads/2018/07/Anderson_Cirq_Heisenberg_Slides_v2.pdf)
The [Anderson model](https://en.wikipedia.org/wiki/Anderson_impurity_model) is an important model in condensed matter physics describing, for example, transport in disordered materials. HQS quantum simulations has used Cirq to simulate the Anderson model on a simulated quantum computer, see our [example code](https://github.com/HeisenbergQS/CirqProjectQ/blob/master/examples/siam_cirq.py). More information about our simulation on Cirq can be found in this [presentation](https://heisenberg.xyz/wp-content/uploads/2018/07/Anderson_Cirq_Heisenberg_Slides_v2.pdf)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(name='CirqProjectQ',
description=('Provides: ProjectQ decompositions from common gates to native cirq Xmon gates;'
+' ProjectQ backend to convert a ProjectQ algorithm to a cirq.Circuit'),
version='0.1',
version='0.2',
long_description=readme,
packages=find_packages(exclude=('docs')),
author='Heisenberg Quantum Simulations',
Expand Down

0 comments on commit eca013e

Please sign in to comment.