-
Notifications
You must be signed in to change notification settings - Fork 33
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
📝 Add documentation for ZX-calculus package. #817
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #817 +/- ##
=======================================
+ Coverage 92.2% 92.4% +0.1%
=======================================
Files 126 126
Lines 13832 13257 -575
Branches 2153 2033 -120
=======================================
- Hits 12762 12252 -510
+ Misses 1070 1005 -65
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look phenomenal ✨ many thanks for taking the time to add these docstrings!
I just browsed through them and added a couple of inline comments where I noticed that something might be slightly off. Hope these help.
Looking forward to seeing this in the online documentation!
Co-authored-by: Lukas Burgholzer <[email protected]> Signed-off-by: Tom Peham <[email protected]>
Co-authored-by: Lukas Burgholzer <[email protected]> Signed-off-by: Tom Peham <[email protected]>
Co-authored-by: Lukas Burgholzer <[email protected]> Signed-off-by: Tom Peham <[email protected]>
We use Doxygen and Breathe to include the C++ API.
Description
This PR introduces documentation for the C++ ZX-calculus library.
Fixes #813
This change addresses concerns about missing documentation that came up in the revision openjournals/joss-reviews#7478 .
Checklist: