-
In the [documentation of matrix products for NumPy users](https://docs.rs/ndarray/0.16.1/ndarray/doc/ndarray_for_numpy_users/index.html#mathematics) the links for `mat1.dot(&mat2)` and `mat.dot(&vec)`…
-
Scope:
1. Store list of allowed combos
2. Create route to retrieve the allowed combos
3. Consider adding a nice error if an account is using an invalid combo and tries to pay.
-
Hi Fredrik,
I saw that in arb library there is already the implementation under arb_mat, arb_mat_mul_entrywise function. Is there anyway for you to port it over to the python-flint wrapper as well? I…
swxsw updated
2 months ago
-
### Informations
- **Qiskit Aer version**: 0.15.1
- **Python version**: 3.11
- **Operating system**: Linux
### What is the current behavior?
First of all, I find that #2056 is still a problem ev…
-
The sequential MPS preparation algorithm of Schön et al. ([arXiv:quant-ph/0501096](https://arxiv.org/abs/quant-ph/0501096)) would be a valuable addition to Qualtran, providing a leading state preparat…
-
Any efficient linear algebra library requires fast matrix-matrix products. The Rust ndarray project uses the matrixmultiply library https://github.com/bluss/matrixmultiply, which uses the same ideas o…
-
There are various ways of doing so... a straightforward one would be to parallelize some of the computations with open mp.
There are also ways of optimizing the execution of some gates.
qiskit aer…
-
We have implemented metadata for tested OS & board combo in ruyisdk/support-matrix.
Currently we have things like:
```yaml
product: BananaPi BPI-F3
cpu: Key Stone K1
cpu_core: SpacemiT X60
`…
-
For example in `optimizers.py`
```python
def get_weights(stretched_component_gram_matrix, linear_coefficient, lower_bound, upper_bound):
"""Finds the weights of stretched component signals …
-
This may be more question than issue.
I understand why post-sparsifying might be the best route to making the matrix-matrix product sparse. But, in the regular product, why not leave out the eleme…