An open API service indexing awesome lists of open source software.

https://github.com/quantumlib/openfermion-psi4

OpenFermion plugin to interface with the electronic structure package Psi4.
https://github.com/quantumlib/openfermion-psi4

algorithms cirq colab fermion google-quantum jupyter-notebook python quantum quantum-algorithms quantum-chemistry quantum-circuit quantum-computing quantum-information quantum-programming quantum-programming-language quantum-simulation sdk simulation

Last synced: about 1 month ago
JSON representation

OpenFermion plugin to interface with the electronic structure package Psi4.

Awesome Lists containing this project

README

        

================
OpenFermion-Psi4
================

.. image:: https://badge.fury.io/py/openfermionpsi4.svg
:target: https://badge.fury.io/py/openfermionpsi4

.. image:: https://img.shields.io/badge/python-3.4%2C%203.5%2C%203.6-brightgreen.svg

`OpenFermion `__ is an open source library (licensed under Apache 2) for compiling and analyzing quantum algorithms which simulate fermionic systems.
This plugin library allows the electronic structure package `Psi4 `__ (licensed under GNU Lesser General Public License version 3) to interface with OpenFermion.

Installation
------------

To start using OpenFermion-Psi4, first install `Psi4 `__.
Note that Psi4 is designed specifically for the
`Anaconda `__ python distribution.
While it is possible to install Psi4 without Anaconda, if one does use Anaconda python
the following commands will install Psi4 and pip (used to install OpenFermion-Psi4):

.. code-block:: bash

conda config --add channels http://conda.anaconda.org/psi4
python -m conda install psi4
python -m conda install pip

To install the latest versions of OpenFermion and OpenFermion-Psi4 (in development mode):

.. code-block:: bash

git clone https://github.com/quantumlib/OpenFermion-Psi4
cd OpenFermion-Psi4
python -m pip install -e .

Alternatively, to install the latest PyPI releases as libraries (in user mode):

.. code-block:: bash

python -m pip install --user openfermionpsi4

Also be sure to take a look at the `ipython notebook demo `__.

How to contribute
-----------------

We'd love to accept your contributions and patches to OpenFermion-Psi4.
There are a few guidelines you need to follow.
Contributions to OpenFermion-Psi4 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.
Head over to https://cla.developers.google.com/
to see your current agreements on file or to sign a new one.

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
-------

`Ryan Babbush `__ (Google),
`Jarrod McClean `__ (Google),
`Kevin Sung `__ (University of Michigan),
`Ian Kivlichan `__ (Harvard),
`Dave Bacon `__ (Google),
`Yudong Cao `__ (Harvard),
`Chengyu Dai `__ (University of Michigan),
`E. Schuyler Fried `__ (Harvard),
`Craig Gidney `__ (Google),
`Brendan Gimby `__ (University of Michigan),
`Pranav Gokhale `__ (University of Chicago),
`Thomas Häner `__ (ETH Zurich),
`Tarini Hardikar `__ (Dartmouth),
`Vojtĕch Havlíček `__ (Oxford),
`Oscar Higgott `__ (University College London),
`Cupjin Huang `__ (University of Michigan),
`Josh Izaac `__ (Xanadu),
`Zhang Jiang `__ (NASA),
`Xinle Liu `__ (Google),
`Sam McArdle `__ (Oxford),
`Matthew Neeley `__ (Google),
`Thomas O'Brien `__ (Leiden University),
`Bryan O'Gorman `__ (UC Berkeley, NASA),
`Isil Ozfidan `__ (D-Wave Systems),
`Max Radin `__ (UC Santa Barbara),
`Jhonathan Romero `__ (Harvard),
`Nicholas Rubin `__ (Google),
`Daniel Sank `__ (Google),
`Nicolas Sawaya `__ (Harvard),
`Kanav Setia `__ (Dartmouth),
`Hannah Sim `__ (Harvard),
`Damian Steiger `__ (ETH Zurich),
`Mark Steudtner `__ (Leiden University),
`Qiming Sun `__ (Caltech),
`Wei Sun `__ (Google),
`Daochen Wang `__ (River Lane Research),
`Chris Winkler `__ (University of Chicago) and
`Fang Zhang `__ (University of Michigan).

How to cite
-----------
When using OpenFermion-Psi4 for research projects, please cite:

Jarrod R. McClean, Kevin J. Sung, Ian D. Kivlichan, Yudong Cao,
Chengyu Dai, E. Schuyler Fried, Craig Gidney, Brendan Gimby,
Pranav Gokhale, Thomas Häner, Tarini Hardikar, Vojtĕch Havlíček,
Oscar Higgott, Cupjin Huang, Josh Izaac, Zhang Jiang, Xinle Liu,
Sam McArdle, Matthew Neeley, Thomas O'Brien, Bryan O'Gorman, Isil Ozfidan,
Maxwell D. Radin, Jhonathan Romero, Nicholas Rubin, Nicolas P. D. Sawaya,
Kanav Setia, Sukin Sim, Damian S. Steiger, Mark Steudtner, Qiming Sun,
Wei Sun, Daochen Wang, Fang Zhang and Ryan Babbush.
*OpenFermion: The Electronic Structure Package for Quantum Computers*.
`arXiv:1710.07629 `__. 2017.

as well as

Robert M. Parrish, Lori A. Burns, Daniel G. A. Smith, Andrew C. Simmonett, A. Eugene DePrince III,
Edward G. Hohenstein , Uğur Bozkaya, Alexander Yu. Sokolov, Roberto Di Remigio, Ryan M. Richard,
Jérôme F. Gonthier, Andrew M. James, Harley R. McAlexander, Ashutosh Kumar, Masaaki Saitow, Xiao Wang,
Benjamin P. Pritchard, Prakash Verma, Henry F. Schaefer III , Konrad Patkowski, Rollin A. King,
Edward F. Valeev, Francesco A. Evangelista, Justin M. Turney, T. Daniel Crawford and C. David Sherrill.
*Psi4 1.1: An Open-Source Electronic Structure Program Emphasizing Automation, Advanced Libraries, and Interoperability*.
`Journal of Chemical Theory and Computation `__.
2017.

We are happy to include future contributors as authors on later OpenFermion releases.

Disclaimer
----------
Copyright 2017 The OpenFermion Developers.
This is not an official Google product.