Skip to main content

View on GitHub

Open this notebook in GitHub to run it yourself
This notebook shows how to generate data for the QSVT example using qiskit 1.
  1. Here we provide the codes for block encoding the matrix AA, as well as the QSVT implementation.
Qiskit does not have an adder by a constant function. Thus, we have modified their adder functions, which is applied between two quantum registers, to include this functionality.

run an example