-
Hello devs,
I have been using the development branch with the mix_cl_trunc HF interaction potential and admm together and I have some strange behavior I don't understand. I'm hoping this is the bes…
-
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…
-
Add algos for estimating variance
From Armando's thesis!
https://github.com/Scinawa/quantumalgorithms.org/blob/253173f8eaa1e47feee74d48f8adb358aca0f6ea/first-quantum-algorithms.Rmd#L573
```# You f…
-
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…
-
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…
-
Underlying matrix libraries shall be exchangeable. There are different libraries available, such as `La4J`, `Ejml`, `JAMA` or `Apache Math Commons`. All of these provide means to solve systems of line…
-
The following NMODL file causes a SegFault when it is inserted and finitialize is called:
```
NEURON {
POINT_PROCESS glia__dbbs_mod_collection__gap_junction__0
THREADSAFE
POINTER vgap…
-
I have read chapter 5 and I noticed that TS object use the SNES object by default. SNES is a nonlinear solver which calls KSP solver many times in every time step. Is it more expensive than using KSP …
-
I've noticed that in some cases, coincident constraint on points doesn't work whereas setting distance to 0 does... but only before the first regeneration. This looks like a bug.
The case where I mos…