-
follow-up to https://github.com/tinygrad/tinygrad/issues/6911
see https://github.com/tinygrad/tinygrad/pull/6936
@jeffzh4ng fyi
-
### Environment
- **Qiskit version**: 1.2.4
- **Python version**: 3,11
- **Operating system**: Ubuntu 24.04.1 LTS
### What is happening?
When calculating the matrix representation of a `SparsePauli…
-
It would be interesting to have the possibility to numerically simulate the full Ising Hamiltonian (as an Hermitian complex matrix) time evolution during the annealing process. This would allow to stu…
-
### Description
The `paid/` field should be numerical is not alerted to the user.
---
### Steps to Reproduce
1. Attempt adding a user with the `paid/` field storing non-numeric values.
2. Observe tha…
-
The numeric data type in PostgreSQL is used to represent arbitrary precision numbers (sometimes integers).
This data type behaves like a string decimal representation, however, sage only handles bi…
-
It seems like `maxBy` has an issue. Unlike `minBy`, it requires a `Numeric[T]` constraint, which is inconsistent and unnecessary.
```scala
package scalasql.operations
class AggOps[T](v: Aggrega…
-
### Problem Statement
We are tracking a hardware problem on embedded devices, which seems completely random so far. To do that, we use sentry, and every time the problem happens, we push custom tags …
-
Example flow:
Dog community
Search by "Age" template
Find all dogs aged between 4-5
@efestrikesback
- [x] Create a new branch for @kotobusdriver
- [x] Support
- [ ] Merge the feature…
-
We might want to collect numerical parameters in some dedicated object, possibly of the `MaterialConstants` type. @keileg's comments copied from other discussion:
Agree! I can think of a few reason…
-
I noticed that p-values smaller than about 1e-11 seem to suffer from numerical underflow and are reported as 0.0.
It seems that lightmotif is using `float32` internally, but theoretically `float32`…