BrunoLiegiBastonLiegi
BrunoLiegiBastonLiegi
## 🐛 Bug I am having some problems using the RelGraphConv layer with one-hot encodings as node features. Apparently there is some problem eitther with the 'message' method of the...
Hello, I'm facing build errors in manjaro 5.5.7 with gcc & g++ 9.2. Here's a screenshot  Furthermore there is a repo implementing arch PKGBUILD for hcc, I tried with...
This PR introduces a further optimization for the `CliffordBackend`. Namely the bits of the symplectic matrix are now packed as `uint8` arrays by the `np.packbits` function. Checklist: - [ ]...
This adds `qulacs` as an optional backend. Checklist: - [ ] Reviewers confirm new code works as expected. - [ ] Tests are passing. - [ ] Coverage does not...
The newly introduced `openqasm3` parser added support for QASM 3.0 but it's way slower than `openqasm` (the older version of the parser supporting QASM 2.0). For a 1000 qubits random...
This implements the parallel execution of batches of different initial states for the same initial circuit. This is particularly helpful for amplitude encoding based VQCs @Edoardo-Pedicillo. What is supported: -...
#1076 is introducing in qibo a way for simulating clifford circuits efficiently, several improvements can still be introduced on top of that though: - [x] Currently the ``CliffordBackend`` is backend...
I am not able to install `qulacs-gpu` via `pip`. I am using `python-3.10.12` and nvidia driver `535.161.07` in this environment: ``` cmake 3.28.3 pip 22.0.2 setuptools 59.6.0 wheel 0.43.0 ```...
Hello, I am trying to map the `triples_ids` for the webnlg data back to the original triples in string form. I understood after some time (it could be helpful to...
Small PR to restore the dependency to `qibojit/main` and `qibotn/main`. Checklist: - [ ] Reviewers confirm new code works as expected. - [ ] Tests are passing. - [ ]...