JuliaAttic / QuBase.jl

A foundational library for quantum mechanics in Julia
Other
43 stars 6 forks source link

Pauli to dense, matrix division and tests added. #35

Closed amitjamadagni closed 9 years ago

amitjamadagni commented 9 years ago

From the #34 converting pauli to dense using full. Matrix division support added for A*X == B where A & B areAbstractQuMatrix & AbstractQuMatrix and A & B are AbstractQuMatrix and AbstarctQuMatrix. Tests added.

acroy commented 9 years ago

Looks good to me.

jrevels commented 9 years ago

Looks good to me as well! Ready to merge?

acroy commented 9 years ago

Sure, go ahead.

Just as an info: we decided making sigma* dense, because the sparse format introduces quite some memory overhead for those small matrices and they are actually not really sparse (2 of 4 elements nonzero).

jrevels commented 9 years ago

Makes sense! Hopefully fixed-size matrices will become a thing sometime soon...

acroy commented 9 years ago

That would be really awesome!

amitjamadagni commented 9 years ago

:+1: that was fast :)