quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Move linear-algebra.lisp to MAGICL #3

Open notmgsk opened 5 years ago

notmgsk commented 5 years ago

Not sure how much overlap there is. linear-algebra.lisp defines things like make-matrix, matrix-multiply, and kronecker-multiply that are also available in MAGICL.

stylewarning commented 5 years ago

this is a little tricky; QVM doesn't share the same representation. Maybe they should, but maybe not

notmgsk commented 5 years ago

@stylewarning how so? They don't use same row/column ordering?