Qiskit addon utilities
هذه الصفحة لم تُترجم بعد. يتم عرض المحتوى باللغة الإنجليزية.
Package versions
The code on this page was developed using the following requirements. We recommend using these versions or newer.
qiskit[all]~=2.3.0
qiskit-ibm-runtime~=0.43.1
qiskit-addon-utils~=0.3.0
The Qiskit addon utilities package is a collection of functionalities to supplement workflows involving one or more Qiskit addons. For example, this package contains functions for creating Hamiltonians, generating Trotter time-evolution circuits, and slicing and combining quantum circuits.
Installation
There are two ways to install the Qiskit addon utilities: PyPI and building from source. It is recommended to install these packages in a virtual environment to ensure separation between package dependencies.
Install from PyPI
The most straightforward way to install the Qiskit addon utilities package is via PyPI.
pip install 'qiskit-addon-utils'