Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

PYSCF Installation

PySCF is an open-source library for computational chemistry. In order for Qiskit’s chemistry module to interface PySCF and execute PySCF to extract the electronic structure information PySCF must be installed.

According to the PySCF installation instructions, the preferred installation method is via the pip package management system. Doing so, while in the Python virtual environment where Qiskit’s chemistry module is also installed, will automatically make PySCF available to Qiskit at run time.

Was this page helpful?
Report a bug or request content on GitHub.