Add Makie recipe for quantum circuit visualisation#34
Add Makie recipe for quantum circuit visualisation#34Avika2211 wants to merge 1 commit intoQuantumSavory:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
=======================================
Coverage 77.77% 77.77%
=======================================
Files 2 2
Lines 396 396
=======================================
Hits 308 308
Misses 88 88 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There are still some fundamental issues with understanding how to structure or test a Julia package in this and previous related PRs. I appreciate your enthusiasm, but I think it would be more productive to put this project on hold for now, while you have a chance to learn more about programming in julia, using git for version management, and more domain-specific knowledge in the field. The following can be useful resources: Feel free to ask questions about these things over email, on the Julia discourse, or in the Julia community slack and zulip messaging servers. |
This pull request adds a Makie.jl recipe for visualizing quantum circuits. The implementation allows customizable layout and styling using Makie’s plotting utilities. This will help in rendering circuits more flexibly within Julia environments.