Skip to content

Implement flat matrix-vector multiplication#22

Merged
goerz merged 1 commit into
masterfrom
flat-mul
Apr 16, 2026
Merged

Implement flat matrix-vector multiplication#22
goerz merged 1 commit into
masterfrom
flat-mul

Conversation

@goerz

@goerz goerz commented Apr 16, 2026

Copy link
Copy Markdown
Member

Some packages (ExponentialUtilities, in this case) require the ability to multiply a GradgenOperator to a "flat" version of a GradVector. This implements the corresponding multiplication method and test.

Prerequisite for JuliaQuantumControl/QuantumPropagators.jl#97

Some packages (ExponentialUtilities, in this case) require the ability
to multiply a `GradgenOperator` to a "flat" version of a `GradVector`.
This implements the corresponding multiplication method and test
@codecov

codecov Bot commented Apr 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.2%. Comparing base (5aa0ec1) to head (e990e21).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #22     +/-   ##
========================================
+ Coverage    87.5%   88.2%   +0.7%     
========================================
  Files           6       6             
  Lines         288     303     +15     
========================================
+ Hits          252     267     +15     
  Misses         36      36             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@goerz goerz merged commit afb8c4e into master Apr 16, 2026
5 checks passed
@goerz goerz deleted the flat-mul branch April 16, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant