@Fausto The last time I dipped into the QC literature (in connection with a paper offered to the BAA for review) I found it short on helpful material for the non-specialist, and long on smoke-and-mirrors. So can I reiterate Raul's request for simple worked examples? Not a "detailed doc with all the gates and other verbs explained".
For starters, could you implement the Deutsch-Josza algorithm with your package? That would impress me. http://en.wikipedia.org/wiki/Deutsch%E2%80%93Jozsa_algorithm Seeing Shor's and Grover's algorithms done in your package would impress me even more. http://en.wikipedia.org/wiki/Quantum_algorithm On Fri, Jul 24, 2015 at 9:54 PM, Fausto Saporito <[email protected]> wrote: > Hello Raul, > > yes. I'm preparing a detailed doc with all the gate and other verbs explained. > > regards, > Fausto > > 2015-07-22 1:47 GMT+02:00 Raul Miller <[email protected]>: >> This looks like it could be fun, though I don't really have the >> background to intuit a lot of what's going on here. >> >> I did notice that you've a lot of code which you are not exercising >> (the gates, for example). It might be worth working through some >> examples? >> >> Thanks, >> >> -- >> Raul >> >> >> On Tue, Jul 21, 2015 at 4:58 AM, Fausto Saporito >> <[email protected]> wrote: >>> Hello all, >>> >>> I wrote, just for fun, a basic quantum algebra package to handle >>> qubits and some operations. >>> >>> Here's the code: https://github.com/TheFausap/qcalgebra >>> >>> this is very basic j code... unfortunately with some for loops. I >>> tried to limit them, but I'm still Learning. >>> >>> regards, >>> fausto >>> ---------------------------------------------------------------------- >>> For information about J forums see http://www.jsoftware.com/forums.htm >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
