All Projects → quantumlib → Openfermion Psi4

quantumlib / Openfermion Psi4

Licence: lgpl-3.0
OpenFermion plugin to interface with the electronic structure package Psi4.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Openfermion Psi4

Awesome Quantum Software
Curated list of open-source quantum software projects.
Stars: ✭ 647 (+926.98%)
Mutual labels:  quantum-algorithms, quantum-computing, quantum-chemistry
Openfermion
The electronic structure package for quantum computers.
Stars: ✭ 1,099 (+1644.44%)
Mutual labels:  quantum-algorithms, quantum-computing, quantum-chemistry
OpenFermion-PySCF
OpenFermion plugin to interface with the electronic structure package PySCF.
Stars: ✭ 76 (+20.63%)
Mutual labels:  quantum-computing, quantum-chemistry, quantum-algorithms
Openfermion Cirq
Quantum circuits for simulations of quantum chemistry and materials.
Stars: ✭ 258 (+309.52%)
Mutual labels:  quantum-algorithms, quantum-computing, quantum-chemistry
Quantum-Computer-Simulator-with-Algorithms
C++ simulator of quantum registers and quantum algorithms
Stars: ✭ 15 (-76.19%)
Mutual labels:  quantum-computing, quantum-algorithms
Quantumflow Dev
QuantumFlow: A Quantum Algorithms Development Toolkit
Stars: ✭ 43 (-31.75%)
Mutual labels:  quantum-algorithms, quantum-computing
launchpad
Resources to get started in Quantum Computing!
Stars: ✭ 21 (-66.67%)
Mutual labels:  quantum-computing, quantum-algorithms
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (-4.76%)
Mutual labels:  quantum-computing, quantum-algorithms
qibo
A framework for quantum computing with hardware acceleration.
Stars: ✭ 120 (+90.48%)
Mutual labels:  quantum-computing, quantum-algorithms
Quantum-Computing-Collection-Of-Resources
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21
Stars: ✭ 183 (+190.48%)
Mutual labels:  quantum-computing, quantum-algorithms
Grove
Quantum algorithms built using pyQuil.
Stars: ✭ 332 (+426.98%)
Mutual labels:  quantum-algorithms, quantum-computing
Quantum-Computing-UK-Repository
This repository contains all of the code found in the quantum computing tutorials at : https://quantumcomputinguk.org.
Stars: ✭ 52 (-17.46%)
Mutual labels:  quantum-computing, quantum-algorithms
learn-qc-with-python-and-qsharp
Companion code for Learn Quantum Computing with Python and Q# Book by Dr. Sarah Kaiser and Dr. Chris Granade 💖
Stars: ✭ 62 (-1.59%)
Mutual labels:  quantum-computing, quantum-algorithms
Blueqat
Quantum Computer Library for Everyone
Stars: ✭ 298 (+373.02%)
Mutual labels:  quantum-algorithms, quantum-computing
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+1257.14%)
Mutual labels:  quantum-algorithms, quantum-computing
Yao.jl
Extensible, Efficient Quantum Algorithm Design for Humans.
Stars: ✭ 514 (+715.87%)
Mutual labels:  quantum-algorithms, quantum-computing
Quantum-Machine-Learning
This repository contains implementations of Quantum Machine Learning algorithms, feature maps, variational circuits and research papers.
Stars: ✭ 47 (-25.4%)
Mutual labels:  quantum-computing, quantum-algorithms
unitaryhack
Rules and information for the 2021 unitaryHACK event hosted by @unitaryfund
Stars: ✭ 16 (-74.6%)
Mutual labels:  quantum-computing, quantum-algorithms
Cirq
A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Stars: ✭ 3,115 (+4844.44%)
Mutual labels:  quantum-algorithms, quantum-computing
Strawberryfields
Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
Stars: ✭ 505 (+701.59%)
Mutual labels:  quantum-algorithms, quantum-computing

================ 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 <http://openfermion.org>__ 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 <http://psicode.org>__ (licensed under GNU Lesser General Public License version 3) to interface with OpenFermion.

Installation

To start using OpenFermion-Psi4, first install Psi4 <http://psicode.org>. Note that Psi4 is designed specifically for the Anaconda <https://www.anaconda.com/download> 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 <https://github.com/quantumlib/OpenFermion-Psi4/blob/master/examples/openfermionpsi4_demo.ipynb>__.

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 <https://help.github.com/articles/about-pull-requests/>__ 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 <https://www.python.org/dev/peps/pep-0008/>_ and use the corresponding linter <https://pypi.python.org/pypi/pep8>_ to check for it. Code should always come with documentation.

Authors

Ryan Babbush <http://ryanbabbush.com>__ (Google), Jarrod McClean <http://jarrodmcclean.com>__ (Google), Kevin Sung <https://github.com/kevinsung>__ (University of Michigan), Ian Kivlichan <http://aspuru.chem.harvard.edu/ian-kivlichan/>__ (Harvard), Dave Bacon <https://github.com/dabacon>__ (Google), Yudong Cao <https://github.com/yudongcao>__ (Harvard), Chengyu Dai <https://github.com/jdaaph>__ (University of Michigan), E. Schuyler Fried <https://github.com/schuylerfried>__ (Harvard), Craig Gidney <https://github.com/Strilanc>__ (Google), Brendan Gimby <https://github.com/bgimby>__ (University of Michigan), Pranav Gokhale <https://github.com/singular-value>__ (University of Chicago), Thomas Häner <https://github.com/thomashaener>__ (ETH Zurich), Tarini Hardikar <https://github.com/TariniHardikar>__ (Dartmouth), Vojtĕch Havlíček <https://github.com/VojtaHavlicek>__ (Oxford), Oscar Higgott <https://github.com/oscarhiggott>__ (University College London), Cupjin Huang <https://github.com/pertoX4726>__ (University of Michigan), Josh Izaac <https://github.com/josh146>__ (Xanadu), Zhang Jiang <https://ti.arc.nasa.gov/profile/zjiang3>__ (NASA), Xinle Liu <https://github.com/sheilaliuxl>__ (Google), Sam McArdle <https://github.com/sammcardle30>__ (Oxford), Matthew Neeley <https://github.com/maffoo>__ (Google), Thomas O'Brien <https://github.com/obriente>__ (Leiden University), Bryan O'Gorman <https://ti.arc.nasa.gov/profile/bogorman>__ (UC Berkeley, NASA), Isil Ozfidan <https://github.com/conta877>__ (D-Wave Systems), Max Radin <https://github.com/max-radin>__ (UC Santa Barbara), Jhonathan Romero <https://github.com/jromerofontalvo>__ (Harvard), Nicholas Rubin <https://github.com/ncrubin>__ (Google), Daniel Sank <https://github.com/DanielSank>__ (Google), Nicolas Sawaya <https://github.com/nicolassawaya>__ (Harvard), Kanav Setia <https://github.com/kanavsetia>__ (Dartmouth), Hannah Sim <https://github.com/hsim13372>__ (Harvard), Damian Steiger <https://github.com/damiansteiger>__ (ETH Zurich), Mark Steudtner <https://github.com/msteudtner>__ (Leiden University), Qiming Sun <https://github.com/sunqm>__ (Caltech), Wei Sun <https://github.com/Spaceenter>__ (Google), Daochen Wang <https://github.com/daochenw>__ (River Lane Research), Chris Winkler <https://github.com/quid256>__ (University of Chicago) and Fang Zhang <https://github.com/fangzh-umich>__ (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 <https://arxiv.org/abs/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 <http://pubs.acs.org/doi/abs/10.1021/acs.jctc.7b00174>`__.
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].