-
Start creating Jupyter notebook for tutorials. Let's start with ED 4: quantum Ising model. Just take the tutorial and convert to Jupyter. We can add more later and then do other tutorials.
http…
-
I just found a nice example of idiomatic Fortran in the work
> Reid, J. K. (1990). Fortran 8X features and the exploitation of parallelism. In Scientific Software Systems (pp. 102-111). Springer, …
-
Hello! Thanks for this fantastic package!
I just want to ask if it is possible to simulate the dynamics of a global time-dependent many-body Hamiltonian. For example, I want to simulate the evolut…
-
The Ising Ferromagnet is a simple model with such relevance in Statistical Physics. It can be used to study order, phase-transitions and emergent phenomena.
_A crystalline material is conceived of…
-
Hello, I am new to belief propagation. I saw your program and I think it is exactly what I need (a parallel loopy bp).
However, I am not using parallel loopy bp to denoise pics, but I want to do Ba…
-
## 🚀 Feature
Support the padding modes implemented in ConvNd also for ConvTransposeNd
## Motivation
When using CNNs on physics models which live on periodic lattices, such as the Ising model, c…
pimdh updated
3 weeks ago
-
Hi, let me ask a newbie question. You have created a Metropolis algorithm based on GPU, and it works quite good. However, for statistical physics, different dynamics have a different meaning for the s…
-
-
**Describe the bug**
I try to formulate a problem as the attached figure, but when I convert the model to the Ising model, "model.to_ising()", the python kernel crashed. Similar conditions occurred w…
-
Hi.
On the Pseudo-Boolean Optimization (PBO) website (https://iohprofiler.github.io/Suites/PBO/), the ISING model is defined as: sum over `x[i]x[j] - ((1-x[i])(1-x[j]))`:
`$[ISING:] \sum\limits_…