Massimiliano Pronesti
Massimiliano Pronesti
Hi @cdhiraj40, I don't know if you still need it, but to deploy on gh-pages you gotta do the following adjustments: * add `"homepage": "https://.github.io/"` on top of your package.json....
Hi! Thanks for your reply. Are you planning to support it in ERIKA3 or can you suggest another way to use OSEK MESSAGES ?
Hello, the problem you see refers to the fact that `!pip install lambeq` on Google Colab installs lambeq 0.1.2, which is an old version. You can check this by running...
@alt-shreya My bad, I forgot the URL in the parentheses. Just fixed it, hope it helps!
Hi @alt-shreya, I think you skipped one or two steps, that's why it doesn't work for you. Please follow the steps below and let me know if it solves your...
@alt-shreya Glad it worked! 😁 I guess this issue can be closed now.
Hello @Scinawa , I suggest considering Quantum NLP for quantumalgorithms.org . Here are two papers I recommend: * https://arxiv.org/abs/2012.03755 * https://arxiv.org/abs/2102.12846
@le-big-mac thanks for your reply. The kind of change you have in mind is the one I suggested ? I can open a PR if you fancy :) What about...
in the model I wrote I just do this ```py q_nodes = [ to_pennylane(d) for d in diagrams ] tensors = [ node.eval(self.symbols, torch.Tensor(self.weights)) for node in q_nodes ] ```...
Hi @Yuxiang-Kang, I only tested the above steps on Linux. Try replacing the `start` entry in your package.json with ```json "start": "react-scripts --openssl-legacy-provider start" ``` Hope it solves your problem...