Closed MrRobot2211 closed 3 years ago
This solves #24 The titless indicate the state in which they are found in dev.major
dispatched and testesd
[x] add
[x] sub
[x] mul
[x] imul
[x] conj
[x] adjoint
[x] transpose
[x] tidyup
[x] trace
[x] inner
[x] project
[x] kron
not dispatched but tested
dispatched but untested
[x] reshape
[ ] stack
[ ] unstack
[x] pow
[ ] expm
[x] l2norm
[x] l1norm
[x] maxnorm
[x] expect
[ ] eigvals
[x] split_columns (used by Qobj to return the eigenvectors as a list of Qobjs)
[x] inv (used by taking the sqrt of the Qobj -- not used often, but should be easy to implement)
[x] isherm (used to check hermicity and might be called regularly, so a priority)
Almost all of these are implement, except:
eigvals
expm
column_stack
column_unstack
Closing this issue.
This solves #24 The titless indicate the state in which they are found in dev.major
dispatched and testesd
[x] add
[x] sub
[x] mul
[x] imul
[x] conj
[x] adjoint
[x] transpose
[x] tidyup
[x] trace
[x] inner
[x] project
[x] kron
not dispatched but tested
dispatched but untested
[x] reshape
[ ] stack
[ ] unstack
[x] pow
[ ] expm
[x] l2norm
[x] l1norm
[x] maxnorm
[x] expect
[ ] eigvals
[x] split_columns (used by Qobj to return the eigenvectors as a list of Qobjs)
[x] inv (used by taking the sqrt of the Qobj -- not used often, but should be easy to implement)
[x] isherm (used to check hermicity and might be called regularly, so a priority)