You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update PySCF demo to include initial states (#934)
**Title:**
**Summary:**
Adds a section to the PySCF demo explaining how to import initial
states.
**Relevant references:**
**Possible Drawbacks:**
**Related GitHub Issues:**
---------
Co-authored-by: Stepan Fomichev <[email protected]>
Hamiltonians. However, there are many other interesting and widely used quantum chemistry libraries out there. Instead of reinventing the wheel, PennyLane lets you to take advantage of various external resources and libraries to build upon existing research. In this demo we will show you how to integrate PennyLane with `PySCF <https://github.com/sunqm/pyscf>`_ and
23
-
`OpenFermion <https://github.com/quantumlib/OpenFermion>`_ to compute molecular integrals and
24
-
construct molecular Hamiltonians.
22
+
Hamiltonians. However, there are many other interesting and widely used quantum chemistry libraries
23
+
out there. Instead of reinventing the wheel, PennyLane lets you take advantage of various
24
+
external resources and libraries to build upon existing research. In this demo we will show you how
25
+
to integrate PennyLane with `PySCF <https://github.com/sunqm/pyscf>`_ and
26
+
`OpenFermion <https://github.com/quantumlib/OpenFermion>`_ to compute molecular integrals,
27
+
construct molecular Hamiltonians, and import initial states.
25
28
26
29
Building molecular Hamiltonians
27
30
-------------------------------
@@ -131,6 +134,43 @@
131
134
print(f'Estimated number of non-Clifford gates: {algo.gates:.2e}')
132
135
print(f'Estimated number of logical qubits: {algo.qubits}')
0 commit comments