-
Hi everyone! Thanks for great package for work with tensors!
I tried use this package for work with complex matrix/vectors, but not found Tensor Product implementation. You'll plan add this functiona…
-
In the traceability matrix things still have to be translated for German, but also Czech and Slovak and get it ready for other languages.
![1000020188](https://github.com/user-attachments/assets/68…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR43504](https://bugs.llvm.org/show_bug.cgi?id=43504) |
| Status | NEW |
| Importance | P enhancemen…
-
### Overview
This is an epic issue that will serve as a directory of all the workflows related to research to be conducted on the content found in the Skills Matrix for Design, Research, Engineering,…
-
### Required prerequisites
- [X] Search the [issue tracker](https://github.com/NVIDIA/cuda-quantum/issues) to check if your feature has already been mentioned or rejected in other issues.
### Descri…
-
Shading languages use different matrix conventions: OSL is row major, GLSL is column major
This determines multiplication order: `M1 * M2` in OSL is `M2 * M1` in GLSL
MaterialX back-end implementati…
-
Are there any plans to make this work with the Option Matrix rather than Grouped Products?
-
It would be good to have the MPS fully covered in our code library. Currently, MPS has become an important representation to efficiently represent many-body states and tensor networks. Since my resear…
-
In some applications such as the forward algorithm for hidden Markov models, matrix multiplication can be used to compute the marginal probabilities if working on the probability scale. However, if wo…
-
### Is your feature request related to a problem? Please describe.
I am not sure if I am doing something wrong but I am using scipy.sparse.csr_matrix object and contract it with a np.ndarray object…