Skip to content

Conversation

@schreiberx
Copy link

Added playground.
Three different differential equations with analytical solutions:

  • Burgers
  • Dahlquist
  • Modified Dahlquist
    Added time integrators:
  • RK1 (forward Euler)
  • RK2 (Heun)
  • RK4 (classical)
  • Special variant of SDC.

@tlunet
Copy link
Member

tlunet commented Nov 5, 2025

main has been updated with the new qmat.solvers subpackage and qmat.playgrounds infrastructure. Could you eventually merge upstream/main into your PR branch, to assert that there is no conflicts ?

I tried to do it on codespace, but I don't have any right on your fork to do that 😅

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c4a1b1c) to head (a2c6575).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines         2088      2088           
=========================================
  Hits          2088      2088           
Flag Coverage Δ
smart-tests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

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.

3 participants