-
- Downloads
replace todense with toarray calls on sparse matrices
The former creates a numpy.matrixlib.matrix object, while the latter a regular numpy array. Closes #218
Showing
- kwant/physics/tests/test_symmetry.py 6 additions, 6 deletionskwant/physics/tests/test_symmetry.py
- kwant/solvers/mumps.py 1 addition, 1 deletionkwant/solvers/mumps.py
- kwant/solvers/sparse.py 1 addition, 1 deletionkwant/solvers/sparse.py
- kwant/tests/test_builder.py 8 additions, 8 deletionskwant/tests/test_builder.py
- kwant/tests/test_operator.py 9 additions, 9 deletionskwant/tests/test_operator.py
- kwant/tests/test_system.py 3 additions, 3 deletionskwant/tests/test_system.py
Loading
Please register or sign in to comment