Maxime Tremblay

Results 5 issues of Maxime Tremblay

Hello, I accidentally found the `TensorNetwork.contract_compressed` method and I tried to use it. However, I get this weird error message regarding Numba ``` File "/home/maxime/Documents/procus/examples/decoding.py", line 105, in solution =...

question

Hello, I want to build a CSP where I don't know in advance how many variables I need. It seems like this library is using the identifier name as the...

It would be nice to have macros similar to vector! and dvector! for RowVector and RowDVector.

Hello, I have a reference to a paper with more than 100 authors. Right now, with the quantum style for my bibliography, it looks like that. Could be great to...

While reading the [Abilities in Unison](https://www.unisonweb.org/docs/abilities) section, I tried to run the following example: ```haskell structural ability Stream e where emit : e ->{Stream e} () -- equivalently -- emit...

bug