Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PySCF link in chemistry doc #4525

Merged
merged 2 commits into from
Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/introduction/chemistry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ where:
The :func:`~.molecular_hamiltonian` function can also be used to construct the molecular Hamiltonian
with an external backend that uses the
`OpenFermion-PySCF <https://github.com/quantumlib/OpenFermion-PySCF>`_ plugin interfaced with the
electronic structure package `PySCF <https://github.com/sunqm/pyscf>`_, which requires separate
electronic structure package `PySCF <https://github.com/pyscf/pyscf>`_, which requires separate
installation. This backend is non-differentiable and can be selected by setting
``method='pyscf'`` in :func:`~.molecular_hamiltonian`.

Expand Down Expand Up @@ -67,7 +67,7 @@ If the electronic Hamiltonian is built independently using
`OpenFermion <https://github.com/quantumlib/OpenFermion>`_ tools, it can be readily converted
to a PennyLane observable using the :func:`~.pennylane.import_operator` function. There is also
capability to import wavefunctions (states) that have been pre-computed by traditional quantum chemistry methods
from `PySCF <https://github.com/sunqm/pyscf>`_, which could be used to for example to provide a better
from `PySCF <https://github.com/pyscf/pyscf>`_, which could be used to for example to provide a better
starting point to a quantum algorithm. State import can be accomplished using the :func:`~pennylane.qchem.import_state`
utility function.

Expand Down
Loading