samebases(::AbstractOperator, ...)
should use calls to basis
instead of assuming internal layout for the structures
#25
Labels
good first issue
Good for newcomers
See here:
QuantumInterface.jl/src/linalg.jl
Lines 1 to 3 in d385ebe
Assuming that these structures internally have
.basis
fields breaks in many important cases. This should instead just use formalized interfaces like calls tobasis
.This is a special case of issue #12
The text was updated successfully, but these errors were encountered: