Paco Bontenbal

Results 4 comments of Paco Bontenbal

Hi, i tried running the same code snippet, but with the beta version of Grove and it seems like ik get the following error: ``` python --------------------------------------------------------------------------- AttributeError Traceback (most...

@notmgsk It's the same pyquil script as in the initial issue report, so: ``` python from pyquil import get_qc from pyquil.quil import Program from pyquil.gates import * from pyquil.paulis import...

I'm sorry I used the same pyquil script but i did update to the beta version you referred to and changed the variables accordingly, so my previous script should be...

@notmgsk Yeah i've tried that before too, but it seems that it says quilc is not running while I do have a server running, giving me the following error: ```...