JuliaAttic / QuBase.jl

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

Generalize CTranspose to work for `Q<:AbstractQuArray` #31

Closed jrevels closed 9 years ago

jrevels commented 9 years ago

Currently, the CTranpose type only wraps QuArrays. To close this issue, we should generalize the CTranspose type to work for any subtype Q<:AbstractQuArray.

See the discussion in this PR.