-
Hello,
As web documentations says (and the current functionality follows this specification): it's possible to decompose real square-integrable functions with spherical harmonics and rotate the cor…
-
I am working on a unit commitment/energy dispatch model called PowNet. The model has 26.8k variables and 100k constraints. I want to exploit the structure of the problem by using the Dantzig-Wolfe dec…
-
## Context: the new `global_random_seed` fixture
#22749 introduces a new `global_random_seed` fixture to make it possible to run the same test with any seed between 0 and 99 included. By default, w…
-
> Quick notes on College level of Math or Stats for machine learning.
## Study resources
- [x] [Wiki: List of linear algebra topics](https://en.wikipedia.org/wiki/List_of_linear_algebra_topics)
-…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you would like**
Since you are in the process of converting some of the splash screens from Material 2 …
-
@ElisR picking up our previous discussion here.
### Problem
It seems that you would like to efficiently evaluate the inverse Wigner transforms for L = N = 64? Are you interested in pushing this t…
-
GLV patents end 25 sept. 2 weeks and 2 days. We should collate resources/scripts for finding lambda and omega for all the SW curves Zexe uses, so that the current GLV script can produce the precompute…
-
Gates and channels don't check that their arguments are real numbers.
Example:
```python
with engine:
Dgate(1+1j) | mode
```
This keeps running without raising an exception.
-
Thanks for providing this code and shiny app along with your article in Nature Machine Intelligence.
I'm greatly interested in the interplay between causality and machine learning, and personally wor…
-
In the code below, I create a `test` circuit and then compute its gradient in two ways. The first way just applies `jax.jit(jax.grad(...))` to a partial completion of the qnode after an initial state…