-
An $n \times n$ correlation matrix has ${n \choose 2} = \frac{n (n-1)}{2}$ degrees of freedom. This is the same as the number of elements in a strict upper triangular $n \times n$ matrix. The `CorrBij…
-
The [documentation](https://turinglang.org/docs/tutorials/docs-12-using-turing-guide/index.html) gives an example of how the sample macro can be used to either condition a model or sample RVs:
```j…
daeh updated
4 months ago
-
Following #3452 `jax.vmap` should be composable, but it still isn't.
```python
from jax.config import config
config.update("jax_enable_x64", True)
import jax
import jax.numpy as jnp
import …
-
This is the minimum number of disjoint (not necessarily induced) paths that contain (cover) all of the vertices of the graph.
path_covering_number = 1, for any path
path_covering_number = 1, for a…
-
Quite a few algorithms seem to be HMC 2.0 - all they are is HMC but with a different kinetic energy, essentially. They all use leapfrog to integrate.
To make the code more manageable, I'd suggest d…
-
Hello,
I don't know whether anyone is working on this anymore, so let me know if not; but, I was trying to follow the basic instructions and cannot seem to make it work. I downloaded the whole proj…
-
### Environment
- **Qiskit Optimization version**: 0.6.1
- **Python version**: Python 3.11
- **Operating system**: Windows 11 Enterprise
### What is happening?
When using the [Vehicle Rou…
-
Track progress of estimator collection fixes per discussion in #754.
Goals of this issue:
- [x] Document collection paths for `scalar.dat` and `stat.h5` in development section of manual.
- [x] Ad…
-
I'm trying to run some simple x2c jobs using the new Karlsruhe x2c basis sets. The SVP jobs run fine, but the larger basis sets cause problems. For instance,
```
molecule {
units bohr
0 1
Ag
…
-
### Notebook
[Scaling on Estimator](https://github.com/IBM-Quantum-Technical-Enablement/quantum-enablement/blob/main/docs/notebooks/scaling-estimator/scaling-estimator.ipynb)
### Outcome
Appr…