MDAnalysis / cellgrid

MIT License
7 stars 6 forks source link

use sparse matrices to return distances #10

Closed kain88-de closed 6 years ago

kain88-de commented 6 years ago

The current algorithms return the COO notation of sparse matrices for distances. We could instead leverage scipy.sparse and return them directly. They also make the distance algorithms easier see #9