Eric Hulburd

Results 21 comments of Eric Hulburd

Those pyQuil v3 methods, ie `qubits` and `qubit_topology`, were designed without intention of being consistent with what Quilc expected. I wouldn't want to change that design now because it would...

A couple quick points: * Seems [httpx.Client](https://www.python-httpx.org/api/#client) does support `base_url` option. Am I misunderstanding something here? * `httpx.Client` also supports passing `headers`. That being the case, couldn't we effectively defer...

@dbanty Let me know if this sort of change is welcome. Doesn't break the existing API and should allow users to workaround any particular template implementations in this repository: https://github.com/triaxtec/openapi-python-client/pull/231

I hit this `TYPE-ERROR` as well, but using SBCL 2.0.9 fixed for me, but sounds like @stylewarning upstreamed a fix to SBCL that should be released towards the end of...

Hi @pacobontenbal , could you try updating to the [beta version of quantum-grove](https://pypi.org/project/quantum-grove/2.0.0b0/) and let me know what errors you get?

I'll work on this. Basically create a condition such as: ``` (define-condition quil-error () ( ;; cause may contain an underlying condition which quilc wraps. (cause :initarg :cause :reader cause...

@appleby Is the distinction you are suggesting b/t * errors quilc would signal with some intention if compilation failed due to a user input. These are expected given some external...

I'm not sure I'll be able to come up with any particularly insightful given my depth of knowledge of quilc. That said, I'll give things a look over and see...

@notmgsk ~Is this still relevant? Not seeing references to isa outside tests where they are just parsed with `yason`.~ ~Are you looking to make use of the lattice names or...

I'll take a shot at this. May take me a while as I'm tied up with other things, but should be attainable over the next few weeks. I would call...