Qiskit addon utilities

Qiskit 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 here.

Installation

We encourage installing this package via pip, when possible:

pip install 'qiskit-addon-utils'

For more installation information refer to the installation instructions in the documentation.

Deprecation Policy

We follow semantic versioning and are guided by the principles in Qiskit’s deprecation policy. 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.

Contributing

The source code is available on GitHub.

The developer guide is located at CONTRIBUTING.md in the root of this project’s repository. By participating, you are expected to uphold Qiskit’s code of conduct.

We use GitHub issues for tracking requests and bugs.

Citation

If you use this package in your research, please cite it according to the CITATION.bib file.

License

Apache License 2.0