Skip to content

Commit

Permalink
README reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-noise committed Sep 6, 2024
1 parent db60189 commit 79d9bfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ Newly added methods related to the theory of symmetric quantum signal processing

For instance, the current file returns approximations to cosine, sine, and a step function, of which we reproduce the first and third plots below.

![QSP response function approximating trigonometric cosine](https://github.com/ichuang/pyqsp/blob/master/docs/ex_cosine_approximation.png)
<p align="center">
<img src="https://github.com/ichuang/pyqsp/blob/master/docs/ex_cosine_approximation.png" alt="QSP response function approximating trigonometric cosine" width="75%"/>
</p>

<!-- ![QSP response function approximating trigonometric cosine](https://github.com/ichuang/pyqsp/blob/master/docs/ex_cosine_approximation.png) -->

As the quality of the approximation is quite high, causing the three intended plots to superpose, we include a logarithmic plot of the pairwise difference between the plotted values, indicating near-machine-precision limited performance.

Expand Down

0 comments on commit 79d9bfb

Please sign in to comment.