-
### What should we add?
## The Pitch (or TL;DR)
For certain applications and operations I keep myself wishing for a builtin "layout" inside the `SparsePauliOp`. Note, that I am using "layout" due …
-
# Introduction
Sorry to trouble y'all again, but I've got another issue.
I'm trying to run a tree tensor network on Aspen-M-2, but I hit a compilation issue.
Trying to sidestep the issue gets m…
-
# Crash report
### What happened?
Here's a minimal reproducer
```python
import zoneinfo
from datetime import date
class MyDateTime:
def __init__(
self,
year: int,
month…
-
The nature of this project (crowd-sourced, collaborative, big data, geospatial, append-only) leads me to think of using a distributed architecture, a bit like how DVCS works.
A distributed architectu…
-
**Which proposal does this relate to?**
[Math Modes](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0009-math-modes.md)
**Describe the issue or outstanding question.**
Do the accurac…
-
### Results of mfcc in main.c is different from that in python with the same setting.
I give the same input(512 zero samples.) to the 'mfcc‘ api in main.c and python with the same setting, but i got …
-
Since the [current mean](https://github.com/JuliaStats/Statistics.jl/blob/e9ac70b760dcf87b77affe6c068548a3325d6e2b/src/Statistics.jl#L169) implementation is calculated by summing all elements and then…
-
I want to do matrix multiplication of 2D tensors where I only care about a few diagonals of the resulting matrix, and I want to run this on GPU on PyTorch. Is this something that can be done with `keo…
-
**Description:**
In the current time module, we only support adding/subtracting seconds from the given time in UTC. This is because we don't support advanced cases like leap seconds, daylight saving,…
-
# Halevi-Shoup Matrix Multiplication
Matrix multiplications are ubiquitous across applications involving machine learning, computer vision, search, and more. Providing an efficient method of matrix…