-
I would like to add the heavy hex lattice as a built-in one in netket to make it easy to look at ibm's stuff.
This is relatively easy to do, thanks to @attila-i-szabo implementation of lattice, a…
-
Hi Team! Excellent work!
This model is exactly what I've been looking for, but I'm not working with molecular data. I'm working with motion data. Is it possible to use this work for data other tha…
-
We now have the datasets to generate, monitor and download dataset. Some changes will still be applied but most data can already be generated and downloaded.
Now we need a script that processes the…
-
Here is my code. My code is trying to find common subgraph between graph1 and graph2 with specific number of vertices.
```
#include
#include
#include
#include
#include
#include
#includ…
-
Perhaps this is not a bug. However, it was a trip wire.
```
>>> foo = numpy.zeros((50,50))
>>> skeleton_to_csgraph(foo)
ValueError: ...
>>> foo[0,0] = 1
>>> skeleton_to_csgraph(foo)
ValueEr…
-
Previously I was a wmii http://wmii.suckless.org/ user under linux. Shiftit is the next best thing under OSX and I'm really happy to have it. There are many features of wmii which Shiftit could be ins…
-
It is really wierd when I run an nonexistent command with ScriptRunner but get succeed result.
```yaml
apiVersion: diagnosis.kubediag.org/v1
kind: Operation
metadata:
name: nonexistentcommand…
-
Just following the instructions step by step gives me this on a Mac Studio (M2) after issuing brew install ngdevkit ngdevkit-gngeo:
```
==> Installing dependencies for dciabrin/ngdevkit/ngdevkit: …
-
## 🚀 Feature
Add a graph (or network) layer to visualize graph or network data by augmenting the `points_layer` with edge functionality.
## Motivation
Something that often comes up for me is…
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
### Latest Merged PR Lin…