19 lines
918 B
Plaintext
19 lines
918 B
Plaintext
---
|
||
title: pyscfd (v0.31)
|
||
description: API reference for qiskit.chemistry.drivers.pyscfd in qiskit v0.31
|
||
in_page_toc_min_heading_level: 2
|
||
python_api_type: module
|
||
python_api_name: qiskit.chemistry.drivers.pyscfd
|
||
---
|
||
|
||
<span id="module-qiskit.chemistry.drivers.pyscfd" />
|
||
|
||
<span id="qiskit-chemistry-drivers-pyscfd" />
|
||
|
||
# PYSCF Installation
|
||
|
||
[PySCF](https://github.com/sunqm/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](https://pyscf.org/user/install.html), 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.
|
||
|