Skip to main content

A VQE package which interfaces with Rigetti's QCS platform

Project description

Documentation Status https://badge.fury.io/py/qucochemistry.svg https://anaconda.org/quco/qucochemistry/badges/version.svg https://mybinder.org/badge_logo.svg https://img.shields.io/badge/python-3.7-brightgreen.svg https://travis-ci.org/qu-co/qucochemistry.svg?branch=master

The Qu & Co Chemistry package is an open source library (licensed under Apache 2) for compiling and running quantum chemistry algorithms on Rigetti’s Forest quantum computing platform.

Installation

To start using Qu & Co Chemistry library, you need to first install the Rigetti’s Forest SDK which contains both the Quantum Virtual Machine and the Rigetti’s quantum compiler.

You can install the library in two different ways.

From PyPi or conda

Using pip install the latest version from PyPi within a virtual environment:

python -m pip install qucochemistry

Alternatively, the library can be installed within a conda environment:

conda install -c quco qucochemistry

From source

Using pip, install the library within a virtual environment:

python -m pip install -r deploy/requirements.txt
python -m pip install -e .

Alternatively, install within a Conda environment using the provided environment:

conda env create -n <env_name> -f deploy/environment.yml
conda activate <env_name>
python -m pip install -e .

Usage

In order to use this library within your program, Rigetti’s quantum virtual machine and quantum compilers must be running in the background. If you run on Linux or OSX and the Rigetti’s Forest SDK is correctly installed, you can start them in the background with the following commands:

screen -dm -S qvm qvm -S
screen -dm -S quilc quilc -S

On Windows just execute qvm -S and quilc -S commands in two separate cmd terminals.

For more details on how to use the library, several tutorials on Jupyter notebook are available here. To be able run end-to-end programs, you should install PySCF and OpenFermion-PySCF as additional dependencies with pip:

python -m pip install openfermionpyscf pyscf

If you created the Conda environment as described in the previous section, you should be able to install these dependencies within the environment with the same command.

With Docker container

The library can also be used in Jupyter notebooks hosted within a Docker container. You should have both docker and docker-compose installed in your system.

To setup the Docker environment in the project root directory run:

docker-compose up -d

Now you can access a Jupyter notebook in your browser at http://127.0.0.1:8888 with Qu&Co Chemistry library available. Navigate to the examples/ folder to run the tutorial notebooks.

Development

The unit tests are built using the pytest framework. In order to run them, install the qucochemistry package using the previous instruction and add the following dependencies:

# for Conda environment
conda install pytest pytest-cov
# for standard virtual environment
python -m pip install pytest pytest-cov

The tests can be executed in the root project directory as follows:

pytest -v --cov=qucochemistry

An automatic code coverage report will be generated after running the above command. In order to visualize the details of the code coverage for each module, an HTML report can be generated and rendered with your favorite browser

pytest -v --cov=qucochemistry --cov-report html
firefox htmlcov/index.html

How to contribute

We’d love to accept your contributions and patches to Qu & Co Chemistry. There are a few guidelines you need to follow. Contributions to Qu & Co Chemistry must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution, this simply gives us permission to use and redistribute your contributions as part of the project.

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests. Furthermore, please make sure your new code comes with extensive tests! We use automatic testing to make sure all pull requests pass tests and do not decrease overall test coverage by too much. Make sure you adhere to our style guide. Just have a look at our code for clues. We mostly follow PEP 8 and use the corresponding linter to check for it. Code should always come with documentation.

Authors

Vincent Elfving (Qu & Co B.V.)

We are happy to include future contributors as authors on later Qu & Co Chemistry releases.

Disclaimer

Copyright 2019

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qucochemistry-0.1.2.tar.gz (21.7 kB view hashes)

Uploaded Source

Built Distribution

qucochemistry-0.1.2-py3-none-any.whl (24.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page