Closed amitjamadagni closed 9 years ago
Looks good to me.
Looks good to me as well! Ready to merge?
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).
Makes sense! Hopefully fixed-size matrices will become a thing sometime soon...
That would be really awesome!
:+1: that was fast :)
From the #34 converting pauli to dense using full. Matrix division support added for A*X == B where A & B are
AbstractQuMatrix
&AbstractQuMatrix
and A & B areAbstractQuMatrix
andAbstarctQuMatrix
. Tests added.