> Qubit(0,0)*Qubit(0) but qapply doesn't understand that I want the
> tensor product between the qubits. Is there a way to tell sympy to
> treat the * between the qubits as a tensorproduct?

Does this work?

    TensorProduct(Qubit(0,0), Qubit(0))

/c

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to