Skip to content

Commit

Permalink
version update (#15)
Browse files Browse the repository at this point in the history
* version update

* added psi4 citation
  • Loading branch information
babbush authored Oct 20, 2017
1 parent 7e62604 commit 188b458
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Alternatively, to install the latest PyPI releases as libraries (in user mode):

.. code-block:: bash
python -m pip install --pre --user openfermionpsi4
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>`__.

Expand Down Expand Up @@ -74,6 +74,31 @@ Authors
`Thomas Haener <https://github.com/thomashaener>`__ (ETH Zurich) and
`Dave Bacon <https://github.com/dabacon>`__ (Google).

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


Jarrod R. McClean, Ian D. Kivlichan, Damian S. Steiger, Yudong Cao, E.
Schuyler Fried, Craig Gidney, Thomas Häner, Vojtĕch Havlíček,
Zhang Jiang, Matthew Neeley, Jhonathan Romero, Nicholas Rubin, Nicolas P. D.
Sawaya, Kanav Setia, Sukin Sim, Wei Sun, Kevin Sung and Ryan Babbush.
*OpenFermion: The Electronic Structure Package for Quantum Computers*.
arXiv preprint. 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.
Expand Down
2 changes: 1 addition & 1 deletion openfermionpsi4/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Define version number here and read it from setup.py automatically"""
__version__ = "0.1a3"
__version__ = "0.1a4"

0 comments on commit 188b458

Please sign in to comment.