Skip to content

Commit 87f5b06

Browse files
babbushjarrodmcc
authored andcommitted
version update (#26)
* version update * version update
1 parent 5b96617 commit 87f5b06

File tree

5 files changed

+51
-8
lines changed

5 files changed

+51
-8
lines changed

NOTICE

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
Copyright 2017 The OpenFermion Developers.
2+
OpenFermion (www.openfermion.org) was developed by:
23

3-
OpenFermion-Psi4 (www.openfermion.org) was developed by:
44
Ryan Babbush (Google)
55
Jarrod McClean (Google)
66
Ian Kivlichan (Harvard)
7+
Kevin J. Sung (University of Michigan)
78
Damian Steiger (ETH Zurich)
8-
Thomas Haener (ETH Zurich)
9+
910
Dave Bacon (Google)
11+
Yudong Cao (Harvard)
12+
Chengyu Dai (University of Michigan)
13+
E. Schuyler Fried (Harvard)
14+
Craig Gidney (Google)
15+
Thomas Haener (ETH Zurich)
16+
Tarini Hardikar (Dartmouth)
17+
Vojtech Havlicek (Oxford)
18+
Cupjin Huang (University of Michigan)
19+
Zhang Jiang (NASA)
20+
Matthew Neeley (Google)
21+
Jhonathan Romero (Harvard)
22+
Nicholas Rubin (Rigetti)
23+
Daniel Sank (Google)
24+
Nicolas Sawaya (Harvard)
25+
Kanav Setia (Dartmouth)
26+
Hannah Sim (Harvard)
27+
Wei Sun (Google)
28+
Fang Zhang (University of Michigan)
1029

1130
OpenFermion-Psi4 developed as a fork of FermiLib-Plugin-Psi4.
12-
FermiLib-Plugin-Psi4 was developed by the same authors as above.
31+
FermiLib-Plugin-Psi4 was developed by:
32+
Ryan Babbush (Google)
33+
Jarrod McClean (Google)
34+
Ian Kivlichan (Harvard)
35+
Damian Steiger (ETH Zurich)
36+
Thomas Haener (ETH Zurich)
37+
Dave Bacon (Google)

README.rst

+20-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,27 @@ Authors
7070
`Ryan Babbush <http://ryanbabbush.com>`__ (Google),
7171
`Jarrod McClean <http://jarrodmcclean.com>`__ (Google),
7272
`Ian Kivlichan <http://aspuru.chem.harvard.edu/ian-kivlichan/>`__ (Harvard),
73+
`Kevin J. Sung <https://github.com/kevinsung>`__ (University of Michigan),
7374
`Damian Steiger <https://github.com/damiansteiger>`__ (ETH Zurich),
74-
`Thomas Häner <https://github.com/thomashaener>`__ (ETH Zurich) and
75-
`Dave Bacon <https://github.com/dabacon>`__ (Google).
75+
`Dave Bacon <https://github.com/dabacon>`__ (Google),
76+
`Yudong Cao <https://github.com/yudongcao>`__ (Harvard),
77+
`Chengyu Dai <https://github.com/jdaaph>`__ (University of Michigan),
78+
`E. Schuyler Fried <https://github.com/schuylerfried>`__ (Harvard),
79+
`Craig Gidney <https://github.com/Strilanc>`__ (Google),
80+
`Thomas Häner <https://github.com/thomashaener>`__ (ETH Zurich),
81+
`Tarini Hardikar <https://github.com/TariniHardikar>`__ (Dartmouth),
82+
`Vojtĕch Havlíček <https://github.com/VojtaHavlicek>`__ (Oxford),
83+
`Cupjin Huang <https://github.com/pertoX4726>`__ (University of Michigan),
84+
`Zhang Jiang <https://ti.arc.nasa.gov/profile/zjiang3>`__ (NASA),
85+
`Matthew Neeley <https://github.com/maffoo>`__ (Google),
86+
`Jhonathan Romero <https://github.com/jromerofontalvo>`__ (Harvard),
87+
`Nicholas Rubin <https://github.com/ncrubin>`__ (Rigetti),
88+
`Daniel Sank <https://github.com/DanielSank>`__ (Google),
89+
`Nicolas Sawaya <https://github.com/nicolassawaya>`__ (Harvard),
90+
`Kanav Setia <https://github.com/kanavsetia>`__ (Dartmouth),
91+
`Hannah Sim <https://github.com/hsim13372>`__ (Harvard),
92+
`Wei Sun <https://github.com/Spaceenter>`__ (Google) and
93+
`Fang Zhang <https://github.com/fangzh-umich>`__ (University of Michigan).
7694

7795
How to cite
7896
-----------

openfermionpsi4/_psi4_template

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sys
44

55
from openfermion.config import *
66
from openfermion.hamiltonians import MolecularData
7-
from openfermion.ops._polynomial_tensor import general_basis_change
7+
from openfermion.ops import general_basis_change
88

99
from numpy import array
1010

openfermionpsi4/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717
"""Define version number here and read it from setup.py automatically"""
18-
__version__ = "0.1"
18+
__version__ = "0.2"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openfermion>=0.1
1+
openfermion>=0.3

0 commit comments

Comments
 (0)