JuliaAttic / QuBase.jl

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

Added matrix_division support for QuArray. #34

Closed amitjamadagni closed 9 years ago

amitjamadagni commented 9 years ago

A*X == B where A,X,B are AbstractQuArray.

acroy commented 9 years ago

Please add brief comments stating what the functions are doing (solving linear systems) and some simple tests.

amitjamadagni commented 9 years ago

@acroy the tests seem to pass on julia 0.3 and fail on the other julia 0.4, and also I have hard coded the tests, any better way around would be really helpful.

acroy commented 9 years ago

Since #33 made some changes in arraymath you will need to rebase against master before we are able to merge.