-
### Context
In quantum circuits, two neighbouring rotation gates about the same rotation axis on the same wire can be merged into one, i.e. $R_x(a) R_x(b) = R_x(a+b)$.
In #1162, a merge rotation…
-
UMAP uses a sparse spectral clustering function for one of its initialization strategies. UMAP creates a sparse adjacency matrix from the weighted nearest neighbors, but a more general-use implementat…
-
To integrate various specialized processors such as Tensor Processing Units (TPUs), Language Processing Units (LPUs), Graphics Processing Units (GPUs), and others into the Cyclops-64 architecture, we …
-
Quoting @siefkenj:
I haven't been keeping up with recent changes, but I have some comments from when I was doing the major refactors.
1) Indeed there is too much packed into the `Matrix` class…
-
`GxB_Type_fprint` print and check a `GrB_Type`
`GxB_UnaryOp_fprint` print and check a `GrB_UnaryOp`
`GxB_BinaryOp_fprint` print and check a `GrB_BinaryOp`
`GxB_Monoid_fprint` print and check a `G…
-
MAFFT alignment process should exclude text boundaries. Also, remove any word boundary characters like | and ~ from alpianos in word alignment, as they are not needed for distance matrix and phylogene…
-
I'd like to consider this library to support my interaction with ipopt. For that to work I need the gradient, Jacobian, and hessian of functions with respect to the optimisation variable or variables.…
-
Why did you choose to write the gradient descent code in C, rather than using the library you used for the other matrix computations? Would you get a speedup by doing the descent in hblas?
-
_From @alancutter on July 6, 2017 5:4_
The [`` syntax](https://drafts.css-houdini.org/css-properties-values-api/#supported-syntax-strings) enables custom properties to animate like the `transform` pr…
-
## Description
`jupyter-error-messages` now emits "usage_request" messages. However not all
kernels support them, which may lead to error messages in the notebook:
```
ERROR: received unknown me…