From eca013ed16113f121a29cbb656d97bbc883b02f2 Mon Sep 17 00:00:00 2001 From: Nicolas Vogt Date: Mon, 14 Jan 2019 08:31:43 +0100 Subject: [PATCH] Updated README and version information in setup.py --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de95132..f2ef581 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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) diff --git a/setup.py b/setup.py index ec71a2b..6791e0b 100644 --- a/setup.py +++ b/setup.py @@ -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',