-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to generate a reference implementation code from specs (say, in Qiskit or Q#) ? #3
Comments
Hi, And thank you for your interest in our work. We don't have these features so far... => generating ref implem : a naive way consists in generating a classical computing circuit and then turn it reversible to feed the quantum machine --> the challenge then is not to get an implem but to get a good one, which is quite orthogonal to our scope, and NP-complete as far I Know => automatically extracting spec for code. Again there is a naive trivial way that we implemented and used internally. But the spec is in hardly directly exploitable form. Then all the game is to transform it toward some kind of a normal form, to make it readable against natural language specifications |
Dear all, an extra question. I tried to extract the circuit from the Shor example, from within the Docker env [btw I updated libexpat version in the Docker to "u5" due to some uninteresting Debian "non breaking update"].
|
Hi, and thank you again for your interest! About your question : first thing to have in mind is that, at the present state of development, Qbricks does not hold measurement but strictly unitary circuits, together with static analysis. And, second, we are finalizing a release for the whole code featuring, among others, an output as Oqasm 2.0 code. I guess this will reach your needs? |
And, second, we are finalizing a release for the whole code featuring,
among others, an output as Oqasm 2.0 code. I guess this will reach your
needs?
Yes this is perfect ;-)
RB
…On Fri, Oct 21, 2022 at 8:25 PM Qbricks ***@***.***> wrote:
Hi,
and thank you again for your interest!
About your question : first thing to have in mind is that, at the present
state of development, Qbricks does not hold measurement but strictly
unitary circuits, together with static analysis.
And, second, we are finalizing a release for the whole code featuring,
among others, an output as Oqasm 2.0 code. I guess this will reach your
needs?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWZ6FX7A5GOAI5W3CJKRLTWEJ4R7ANCNFSM6AAAAAAQ25HZBY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
(alternatively, can we extract basic qbricks specs - without proof! - from some Qiskit/Q# etc. code ?)
The text was updated successfully, but these errors were encountered: