-
Hi! I want to implement some code using the Ising model and I have this function here:
```
from qibo import hamiltonians
from qibo.symbols import X, Z
def Ising(lam, nqubits):
symbol…
-
# URL
- https://arxiv.org/abs/2409.12183
# Affiliations
- Zayne Sprague, N/A
- Fangcong Yin, N/A
- Juan Diego Rodriguez, N/A
- Dongwei Jiang, N/A
- Manya Wadhwa, N/A
- Prasann Singhal, N/A…
-
I'm integrating Gorgonia into a project that involves a sample based optimization, where each sample can have considerably different structure in the computational graph. For this reason, it makes sen…
-
Submitting Author: Jinning Wang (@jinningwang)
All current maintainers: Hantao Cui (@cuihantao), Jinning Wang (@jinningwang )
Package Name: ANDES
One-Line Description of Package: Power system trans…
-
### 🐛 Describe the bug
I try to compile an object detection model that uses torchvison's rpn module. it fails when generating anchors with `AssertionError: Mutating module attribute cell_anchors du…
-
Hey everyone, I'm a student and this is my proposal for this year's GSoC. It's a bit more on the academic side, but if you are interested I'd love to work on it.
**Title:** Computer Algebra System …
-
Currently, formulae trees are always evaluated by traversing the tree branches recursively from left to right. Similarly, when given several formulae, they are always evaluated in a given order. This …
-
From sage-support:
```
> It looks like eigenvectors are returned as the basis vectors of the
> > eigenspace. Should they be returned as just plain old vectors instead?
Yes, definitely. Then we …
-
I would like to borrow the quantum symbolics of this package to build my own package on top of. Are there any plans to make the symbolics its own package?
-
## Issue description
I am trying out dynamo_export to convert my pytorch model to onnx and it seemed to be stuck at reshaping a tensor of all things.
## Code example
The model code can be fou…