-
As a convenience, we should provide meta tensor implementations of the following:
`__add__`, `__radd__`, `__sub__`, `__rsub__`, `__mul__`, `__rmul__`, `__div__`, `__rdiv__`, `__truediv__`, `__rtruedi…
-
In this [discussion](https://groups.google.com/d/topic/sage-combinat-devel/LdKONcGfGhU/discussion), we came up with a rough draft of an interface for the method returning the dual of an object. Here…
-
### What should we add?
The low rank representations of the quantum chemistry Hamiltonian (https://www.nature.com/articles/s41534-021-00416-z.pdf) are useful for time evolution as well as variation…
-
* [ ] Polynomials
* [ ] Factorization
* [ ] Square-free decomposition
* [x] Grobner bases
* [ ] Partial fraction decomposition
* [ ] Resultants
* [ ] Rootfinding
* [ ] Calculus
* [ ] Lim…
-
Hey there, I run the following test:
```
twist_a = torch.tensor([1, 2, 3, 4, 5, 6]).float()
twist_b = torch.tensor([1, 2, 4, 4, 5, 6]).float()
twist_c = torch.tensor([1, 2, 3, 4, 5, 8]).float()
…
-
From `sage.tensor.modules.finite_rank_free_module`:
```
.. TODO::
- implement submodules
- create a FreeModules category (cf. the *TODO* statement in the
documentation of :c…
-
BLAS installation has been a recurrent problem for users and CI:
- IRC: https://irclogs.nim-lang.org/03-03-2020.html#17:24:53
- In Nim CI due to Linux distros using either blas or cblas: https://g…
-
It looks like cytnx assumes that LAPACKE will be available with OpenBLAS. While OpenBLAS does include LAPACKE bindings, it appears that Ubuntu doesn't include lapacke in libopenblas.so, and instead t…
-
I searched through the internet but can not find the comparison.
AFAIK, they are both tensor compiler.
-
**Feature functionality**
It is planned to implement a thin provisiong layer above the existing MPI communication API that allows for nearly seemless integration of the MPI calls with the PyTorch AD …