Metadata-Version: 1.0
Name: openfermionpyscf
Version: 0.1a0
Summary: A plugin allowing OpenFermion to interface with PySCF.
Home-page: http://www.openfermion.org
Author: The OpenFermion Developers
Author-email: help@openfermion.org
License: Apache 2
Description: OpenFermion-PySCF
        =================
        
        `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 `PySCF <http://github.com/sunqm/pyscf>`__ (licensed under BSD-2-Clause) to interface with OpenFermion.
        
        Installation
        ------------
        
        To start using OpenFermion-Psi4, first install `OpenFermion <http://openfermion.org>`__ and
        `PySCF <http://github.com/sunqm/pyscf>`__. Then, clone this git repo, change directory to the top level folder and run:
        
        .. code-block:: bash
        
          python -m pip install -e .
        
        Alternatively, one can install the latest major release with the command:
        
        .. code-block:: bash
        
          python -m pip install openfermionpyscf
        
        Also be sure to take a look at the ipython notebook demos in the examples folder of this repository.
        
        Authors
        -------
        
        `Ryan Babbush <http://ryanbabbush.com>`__ (Google),
        `Jarrod McClean <http://jarrodmcclean.com>`__ (Google),
        Ian Kivlichan (Harvard),
        Damian Steiger (ETH Zurich),
        Thomas Haner (ETH Zurich),
        Craig Gidney (Google) and
        Dave Bacon (Google).
        
        Disclaimer
        ----------
        Copyright 2017 The OpenFermion Developers.
        This is not an official Google product.
        
Platform: UNKNOWN
