-
This ticket implements **(super) vertex algebras**, **(super) Poisson vertex algebras** and **(super) Lie conformal algebras**
## Summary of implemented structures
- Lie conformal algebras:
…
-
Hi,
there is an issue in the highlighted phrase:
![image](https://github.com/probml/pml2-book/assets/44260691/bed813ce-bd8b-47b7-8993-4b67dfb2bd8f)
If $`x_i \in \{0,1\}`$, the conditional dist…
-
> If all the edge weights are positive, J > 0, then neighboring spins are likely to be in the same
state, since if xi = xj , the energy term gets a contribution of −J < 0, and lower energy correspond…
-
-
I'm following the implementation of exact diagonalization stated here (https://www.tensors.net/exact-diagonalization). I'm now stuck at the step of diagonalizing the Hamiltonian.
```
##### Diagon…
-
- In examples/gmrf.ipynb, maybe replace `from jax.example_libraries import optimizers` with optax. Also the term "GMRF" usually refers to Gaussian MRF, not grid :) Finally the learning code is super s…
-
Code to reproduce issue:
```py
from qualtran.bloqs.qsp.generalized_qsp import GeneralizedQSP
from qualtran.bloqs.qubitization_walk_operator_test import get_walk_operator_for_1d_ising_model
W = g…
-
I would like to try your method on my own dataset and own objective function. There isn't too much with respect to documentation about the format and structure to do this in the repo. Could you please…
-
**Describe the bug**
I was trying to load a MPS from an HDF5 file, when I came into a `ValueError` (and sometimes other errors).
It is noteworthy that this issue comes with the `0.7.2.dev47` branch,…
-
I am learning how to use NetKet, and trying out the tutorials. In the first tutorial, Ising model ground state, the results I am getting are significantly different from the one in the tutorials. For …