Skip to content

Commit

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

* version update
  • Loading branch information
babbush authored and jarrodmcc committed Jan 5, 2018
1 parent 5b96617 commit 87f5b06
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 8 deletions.
31 changes: 28 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
Copyright 2017 The OpenFermion Developers.
OpenFermion (www.openfermion.org) was developed by:

OpenFermion-Psi4 (www.openfermion.org) was developed by:
Ryan Babbush (Google)
Jarrod McClean (Google)
Ian Kivlichan (Harvard)
Kevin J. Sung (University of Michigan)
Damian Steiger (ETH Zurich)
Thomas Haener (ETH Zurich)

Dave Bacon (Google)
Yudong Cao (Harvard)
Chengyu Dai (University of Michigan)
E. Schuyler Fried (Harvard)
Craig Gidney (Google)
Thomas Haener (ETH Zurich)
Tarini Hardikar (Dartmouth)
Vojtech Havlicek (Oxford)
Cupjin Huang (University of Michigan)
Zhang Jiang (NASA)
Matthew Neeley (Google)
Jhonathan Romero (Harvard)
Nicholas Rubin (Rigetti)
Daniel Sank (Google)
Nicolas Sawaya (Harvard)
Kanav Setia (Dartmouth)
Hannah Sim (Harvard)
Wei Sun (Google)
Fang Zhang (University of Michigan)

OpenFermion-Psi4 developed as a fork of FermiLib-Plugin-Psi4.
FermiLib-Plugin-Psi4 was developed by the same authors as above.
FermiLib-Plugin-Psi4 was developed by:
Ryan Babbush (Google)
Jarrod McClean (Google)
Ian Kivlichan (Harvard)
Damian Steiger (ETH Zurich)
Thomas Haener (ETH Zurich)
Dave Bacon (Google)
22 changes: 20 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,27 @@ Authors
`Ryan Babbush <http://ryanbabbush.com>`__ (Google),
`Jarrod McClean <http://jarrodmcclean.com>`__ (Google),
`Ian Kivlichan <http://aspuru.chem.harvard.edu/ian-kivlichan/>`__ (Harvard),
`Kevin J. Sung <https://github.com/kevinsung>`__ (University of Michigan),
`Damian Steiger <https://github.com/damiansteiger>`__ (ETH Zurich),
`Thomas Häner <https://github.com/thomashaener>`__ (ETH Zurich) and
`Dave Bacon <https://github.com/dabacon>`__ (Google).
`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),
`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),
`Cupjin Huang <https://github.com/pertoX4726>`__ (University of Michigan),
`Zhang Jiang <https://ti.arc.nasa.gov/profile/zjiang3>`__ (NASA),
`Matthew Neeley <https://github.com/maffoo>`__ (Google),
`Jhonathan Romero <https://github.com/jromerofontalvo>`__ (Harvard),
`Nicholas Rubin <https://github.com/ncrubin>`__ (Rigetti),
`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),
`Wei Sun <https://github.com/Spaceenter>`__ (Google) and
`Fang Zhang <https://github.com/fangzh-umich>`__ (University of Michigan).

How to cite
-----------
Expand Down
2 changes: 1 addition & 1 deletion openfermionpsi4/_psi4_template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sys

from openfermion.config import *
from openfermion.hamiltonians import MolecularData
from openfermion.ops._polynomial_tensor import general_basis_change
from openfermion.ops import general_basis_change

from numpy import array

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.1"
__version__ = "0.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
openfermion>=0.1
openfermion>=0.3

0 comments on commit 87f5b06

Please sign in to comment.