qiskit-documentation/docs/api/qiskit/0.30/qiskit.chemistry.drivers.py...

23 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: pyquanted
description: API reference for qiskit.chemistry.drivers.pyquanted
in_page_toc_min_heading_level: 2
python_api_type: module
python_api_name: qiskit.chemistry.drivers.pyquanted
---
<span id="module-qiskit.chemistry.drivers.pyquanted" />
<span id="qiskit-chemistry-drivers-pyquanted" />
# PyQuante Installation
[PyQuante](https://github.com/rpmuller/pyquante2/) is an open-source library for computational chemistry. Qiskits chemistry module specifically requires PyQuante V2, also known as PyQuante2. In order for Qiskit to interface PyQuante and execute PyQuante to extract the electronic structure information PyQuante2 must be installed and discoverable on the system where the Qiskit chemistry module is also installed.
Installing PyQuante2 according to the [installation instructions](https://github.com/rpmuller/pyquante2/blob/master/README.md) while in the Python virtual environment where Qiskits chemistry module has also been installed will automatically make PyQuante2 dynamically discovered by Qiskit at run time. If you are not using conda then alternatively you can git clone or download/unzip a zip of the repository and run pip install off the setup.py that is there.
<Admonition title="Note" type="note">
Like all the other drivers currently interfaced by the chemistry module, PyQuante2 provides enough intermediate data for Qiskit to compute a molecules ground state molecular energy. However, unlike the other drivers, the data computed by PyQuante is not sufficient for Qiskit to compute a molecules dipole moment. Therefore, PyQuante is currently the only driver interfaced by Qiskits chemistry module that does not allow for the computation of a molecules dipole moment.
</Admonition>