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

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
nfwvogt committed Jan 14, 2019
1 parent eca013e commit 308f779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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)
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/HQSquantumsimulations/CirqProjectQ/blob/master/examples/siam_cirq.py). More information about our simulation on Cirq can be found in this [presentation](https://quantumsimulations.de/wp-content/uploads/2018/07/Anderson_Cirq_Heisenberg_Slides_v2.pdf)
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
version='0.2',
long_description=readme,
packages=find_packages(exclude=('docs')),
author='Heisenberg Quantum Simulations',
author_email='info@heisenberg.xyz',
url='https://github.com/HeisenbergQS/CirqProjectQ',
download_url='https://github.com/HeisenbergQS/CirqProjectQ/archive/v0.0.1.tar.gz',
author='HQS Quantum Simulations',
author_email='info@quantumsimulations.de',
url='https://github.com/HQSquantumsimulations/CirqProjectQ',
download_url='https://github.com/HQSquantumsimulations/CirqProjectQ/archive/v0.2.1.tar.gz',
license=license,
install_requires=install_requires
)

0 comments on commit 308f779

Please sign in to comment.