-
Hi,
I encountered the following errors, when working with functions based on Dictionaries, the following are the Minimum Failing Examples (MFEs) and my naive attempts: (They seem to require some me…
-
Right now, the `TComplexity` protocol is broken as described in https://github.com/quantumlib/Qualtran/pull/732
This issue is to discuss the future of TComplexity protocol since there have been inf…
-
Assume a linear operator Ĥ with a discrete and continuous
spectrum. Then any function may be expanded over its eigenfunctions:
![expansion](https://user-images.githubusercontent.com/117947/52011748-…
jagot updated
4 years ago
-
Hi,
I had some trouble figuring out that the gradient of, in my case, a 2d array is only backpropagated correctly if its elements are accessed with `[a,b]` indexing. Using two slicing operators `[a][…
-
```julia
julia> function f1!(res, x)
res[1] = sum(abs2, x)
end
f1! (generic function with 1 method)
julia> function f2!(res, x)
res[1] = sum(abs2, x)
n…
jbrea updated
5 months ago
-
Laissez un commentaire si vous voyez de erreurs de forme, coquilles, fautes d'orthographe, etc, pour que Extaze puisse faire les modifs, merci.
-
I'm trying to do forward over reverse over this function
```julia
# Rosenbrock
f(x...) = (1 - x[1])^2 + 100 * (x[2] - x[1]^2)^2
```
To achieve this I try to write a wrapper since I can't use Acti…
-
Hi Ivan, this firedrake extension is awesome. Thanks for putting it together. I am interested in using TSAdjoint. I wonder if you have short-term plans to add it (less than two weeks or so). Otherwise…
-
I am a researcher in mathematics. As someone who has also worked on semantic mathematics markup (in the form of my package [SemanTeX](https://ctan.org/pkg/semantex)), sTeX caught my attention. Congrat…
-
Issue raised in the first pass of creating a Hyperdoctrine. In order to modularly be able to scale the definition of a hyperdoctrine to other target categories we should refactor the construction with…