Cool! What is some good introductory book, so that I can understand more details? I read the intro (free) chapter from:
http://www.squint.org/qci/ but that's not enough. Do you think that's a good book, or is there some other good resource to learn more about the quantum computing? Ideally we should have some basic intro on this page somewhere: http://docs.sympy.org/0.7.3/modules/physics/quantum/index.html#quantum-computation I only understand the basic idea, that you have some quantum state like alpha*|0>+beta*|1> and then you apply 2x2 matrices (gates) that transform it. But it's not quite clear to me how the circuits work and how it could be used. My next question is whether what you want is just implemented by this library: http://www.media.mit.edu/quanta/qasm2circ/ Or whether your idea is to integrate it more with the quantum framework in sympy. For example, should we use the "qasm" as an intermediate representation for the graph? Ondrej On Sun, Jul 14, 2013 at 8:22 PM, Rick Muller <[email protected]> wrote: > Okay, the first round of this is done, and I updated the IPython notebook > at: > http://nbviewer.ipython.org/5843312 > It now doubles the circuit wires once a wire has been measured. Have to now > do all the control wires hanging off this doubled. But I'll do this > tomorrow. > > On Sunday, July 14, 2013 5:52:46 PM UTC-6, Rick Muller wrote: >> >> >> >> On Sunday, July 14, 2013 5:49:45 PM UTC-6, Aaron Meurer wrote: >>> >>> >>> Aaron (although I am currently in Austin). >> >> >> Sorry 'bout that. Some days all the A's run together. >>> >>> >>> It would also probably be nice to write a function that can convert a >>> qasm file to a SymPy quantum object. >>> >> >> In the works, although I'm not going to do much work on it until I finish >> the drawing stuff. Quantum circuits are just much too hard to print out >> right now. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
