-
Add notes and links on first quantum algorithms (Deutsch, and the likes
It seems that there are plenty of resources to understand quantum algos like
Simon's, Grover, Deutsch, and so on, and this is …
-
The following equations have two problems:
1. They miss a parenthesis at the end ")" .
2. `AGE` can't be evaluated in terms of `DBH`. What does it mean?
``` r
library(dplyr)
#>
#> Attaching…
-
Add algos for estimating variance
From Armando's thesis!
https://github.com/Scinawa/quantumalgorithms.org/blob/253173f8eaa1e47feee74d48f8adb358aca0f6ea/first-quantum-algorithms.Rmd#L573
```# You f…
-
Write about quantum minimum finding subroutines
Amplitude amplification and estimation has been generalized to minimum finding procedure
where they retain the quadratic speedup of the original techn…
-
This issue addresses questions and adds comments regarding the ILP draft send out by @cchang5 08/28.
I tried to infer questions potential readers might have.
Obviously, this is subjective, so feel…
-
Estimation of spectral norm and condition number from quantum access
Let's understand properly the procedure from quantum gradient descent paper
https://github.com/Scinawa/quantumalgorithms.org/blo…
-
Fix and check epsilons in the proof for quandratic forms
(it was epsilonmult) what is the correct epsilon to put in the log?
https://github.com/Scinawa/quantumalgorithms.org/blob/253173f8eaa1e47fee…
-
Finalize draft of algorithm and proof for linear algebra with SVE
It commented - but its there - the original latex coming from the paper of gradient descent
for the algo and the proof of the linear…
-
Write about quantum minimum finding subroutines
Amplitude amplification and estimation has been generalized to minimum finding procedure
where they retain the quadratic speedup of the original techn…
-
It would be really nice if we could make it easier to sample from the posterior predictive distribution. It's technically possible right now (I think, please check my example below), but it's a bit of…