Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up the HEOM RHS construct #2128

Merged
merged 18 commits into from
Mar 22, 2023

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    c767ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b2de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031a093 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da03d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    0769771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a41dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c815c52 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    3a75217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    964a989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    426ad4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d2a7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46ffa0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7231d7 View commit details
    Browse the repository at this point in the history
  7. Add towncrier entry.

    hodgestar committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    55263ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6472ed8 View commit details
    Browse the repository at this point in the history
  9. Return csr.zeros() rather than csr.empty() in fast paths -- empty CSR…

    … matrices do not yet have valid row_index entries.
    hodgestar committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d01243e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6348d1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58f82aa View commit details
    Browse the repository at this point in the history