-
Notifications
You must be signed in to change notification settings - Fork 20
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
Introduce visualization #347
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
==========================================
+ Coverage 93.31% 93.37% +0.06%
==========================================
Files 38 40 +2
Lines 2647 2688 +41
==========================================
+ Hits 2470 2510 +40
- Misses 177 178 +1 ☔ View full report in Codecov by Sentry. |
Weird, everything run on my local PC is fine. |
There are also the commits of the previous PR. |
Because they are not merged to |
* Add Wigner plotting via CairoMakie * CairoMakie default lib * docs * formatting * Fix typo * Add error handling for unavailable plotting libraries in plot_wigner function * Docs * Update CairoMakie dependency and add CairoMakie extension tests * Update documentation to reflect changes in Wigner function plotting and computation * formatting * Update changelog * Improve docs * Update CairoMakie imports and change axis labels * fix CHANGELOG * setup CI pipeline config for `CairoMakie` extension * rebase accidently removed lines * fix typo * add `CairoMakie` extension doc page * fix typo * minor change in docs * minor change in docs --------- Co-authored-by: Lorenzo Fioroni <[email protected]> Co-authored-by: Alberto Mercurio <[email protected]>
Checklist
Thank you for contributing to
QuantumToolbox.jl
! Please make sure you have finished the following tasks before opening the PR.make test
.julia
formatted by running:make format
.docs/
folder) related to code changes were updated and able to build locally by running:make docs
.CHANGELOG.md
should be updated (regarding to the code changes) and built by running:make changelog
.Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.
Description
Most of the things are done in PR #292, this PR will focus on the CI pipeline config setup for
CairoMakie
extension.Related issues or PRs
PR #292
close #86