https://github.com/qiskit/qiskit-addon-utils
Utilities to support workflows leveraging Qiskit addons
https://github.com/qiskit/qiskit-addon-utils
qiskit qiskit-addon
Last synced: 3 months ago
JSON representation
Utilities to support workflows leveraging Qiskit addons
- Host: GitHub
- URL: https://github.com/qiskit/qiskit-addon-utils
- Owner: Qiskit
- License: apache-2.0
- Created: 2024-08-19T07:49:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T11:24:58.000Z (3 months ago)
- Last Synced: 2025-07-02T00:12:37.218Z (3 months ago)
- Topics: qiskit, qiskit-addon
- Language: Python
- Homepage: https://qiskit.github.io/qiskit-addon-utils/
- Size: 3.61 MB
- Stars: 24
- Watchers: 10
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.bib
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/Qiskit/qiskit-addon-utils/releases)

[](https://www.python.org/)
[](https://github.com/Qiskit/qiskit)
[](https://qiskit.github.io/qiskit-addon-utils/)
[](https://zenodo.org/doi/10.5281/zenodo.13711854)
[](LICENSE.txt)
[](https://pypi.org/project/qiskit-addon-utils/)
[](https://github.com/Qiskit/qiskit-addon-utils/actions/workflows/test_latest_versions.yml)
[](https://coveralls.io/github/Qiskit/qiskit-addon-utils?branch=main)# Qiskit addon utilities
### Table of contents
* [About](#about)
* [Documentation](#documentation)
* [Installation](#installation)
* [Deprecation Policy](#deprecation-policy)
* [Contributing](#contributing)
* [Citation](#citation)
* [License](#license)----------------------------------------------------------------------------------------------------
### About
[Qiskit addons](https://quantum.cloud.ibm.com/docs/guides/addons) are a collection of modular tools for building utility-scale workloads powered by Qiskit.
This package contains functionality which is meant 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 in time-wise partitions.----------------------------------------------------------------------------------------------------
### Documentation
All documentation is available at https://qiskit.github.io/qiskit-addon-utils/.
----------------------------------------------------------------------------------------------------
### Installation
We encourage installing this package via `pip`, when possible:
```bash
pip install 'qiskit-addon-utils'
```For more installation information refer to these [installation instructions](docs/install.rst).
----------------------------------------------------------------------------------------------------
### Deprecation Policy
We follow [semantic versioning](https://semver.org/) and are guided by the principles in
[Qiskit's deprecation policy](https://github.com/Qiskit/qiskit/blob/main/DEPRECATION.md).
We may occasionally make breaking changes in order to improve the user experience.
When possible, we will keep old interfaces and mark them as deprecated, as long as they can co-exist with the
new ones.
Each substantial improvement, breaking change, or deprecation will be documented in the
[release notes](https://qiskit.github.io/qiskit-addon-utils/release-notes.html).----------------------------------------------------------------------------------------------------
### Contributing
The source code is available [on GitHub](https://github.com/Qiskit/qiskit-addon-utils).
The developer guide is located at [CONTRIBUTING.md](https://github.com/Qiskit/qiskit-addon-utils/blob/main/CONTRIBUTING.md)
in the root of this project's repository.
By participating, you are expected to uphold Qiskit's [code of conduct](https://github.com/Qiskit/qiskit/blob/main/CODE_OF_CONDUCT.md).We use [GitHub issues](https://github.com/Qiskit/qiskit-addon-utils/issues/new/choose) for tracking requests and bugs.
----------------------------------------------------------------------------------------------------
### Citation
If you use this package in your research, please cite it according to the [CITATION.bib](https://github.com/Qiskit/qiskit-addon-utils/blob/main/CITATION.bib) file.
----------------------------------------------------------------------------------------------------
### License
[Apache License 2.0](LICENSE.txt)