8000 Convert to csr_array (internally) · Issue #902 · zerothi/sisl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Convert to csr_array (internally) #902
Open
@zerothi

Description

@zerothi

Describe the issue

Since scipy 1.8 (released in May 2022), csr_array is the preferred sparse array constructor. We should aim towards using this version as a base.

However, there are some issues this will entail:

  1. The eye, kron, diags are not implemented in scipy for csr_array. And aren't in 1.12 either. So we will have to work around this issue regardless.
  2. We are not really using the matrix multiplication method of csr_matrix, so the changes should be rather minimal in this sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0