File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ if &run_scf:
7979 molecule.hf_energy = hf_energy
8080 molecule.nuclear_repulsion = mol.nuclear_repulsion_energy()
8181 molecule.canonical_orbitals = numpy.asarray(hf_wavefunction.Ca())
82+ molecule.overlap_integrals = numpy.asarray(hf_wavefunction.S())
8283 molecule.n_orbitals = molecule.canonical_orbitals.shape[0]
8384 molecule.n_qubits = 2 * molecule.n_orbitals
8485 molecule.orbital_energies = numpy.asarray(hf_wavefunction.epsilon_a())
Original file line number Diff line number Diff line change 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.1a2 "
18+ __version__ = "0.1a3 "
Original file line number Diff line number Diff line change 1- openfermion >= 0.1a3
1+ openfermion >= 0.1a4
You can’t perform that action at this time.
0 commit comments