Alex McCaskey

Results 12 comments of Alex McCaskey

@notmgsk Great, yea if you can output the messages then I can help out in putting the client together.

Hey @anushkrishnav, thanks for you help on this! For this, please check out `runtime/jit/qcor_jit.*`. In the cpp file, we define the constructor and destructor for the QJIT class, and this...

Update: We would like to see the development of a true CMake qcor::qcor target for downstream users to import. This would enable downstream projects to develop upon the qcor runtime...

QSharp outputs QIR with measure instructions `__quantum__qis__m__body`. Suggest we do the same since this is what QAT apply base profile looks for.

Hey akihiro, I like your idea of setting up a QCOR_MUTEX variable based on the upstream value of the xacc one

@ahayashi I just reviewed this. I think it looks fine. I do have one request before we pull it. I'm interested in demonstrating why one would need multithreaded qcor. I...

I'd prefer to break it up into smaller PRs for each conformance change.

Yea this would be a case where I’d say we should update our impl to adhere to the spec and not worry about backwards compatibility. Feel free to tackle that!...

First off - I've been thinking about this for a long time, and have wanted to incorporate custom class definitions with qpu kernel methods. I think this is a great...

To just add on to my thinking on this - we could define like a `qclass` macro that is treated like a keyword in the language extension. This macro could...