-
Notifications
You must be signed in to change notification settings - Fork 56
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
Tidy up the docs, fix typos and formatting issues #28
Conversation
hafnian/__init__.py
Outdated
@@ -47,6 +47,9 @@ | |||
matrices with non-negative elements. This is done by sampling determinants; | |||
the larger the number of samples taken, the higher the accuracy. | |||
|
|||
Batched hafnian algorithm | |||
TODO |
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.
@nquesada or @bgupt, realised this definition was missing, could one of you guys fill it in? This is in the code API section, so just needs a short 1-2 sentence of what it does plus a link to the paper.
Something like
Returns photon number statistics of a Gaussian state for a given
covariance matrix as described in
*Multidimensional Hermite polynomials and photon distribution for polymode mixed light*
`arxiv:9308033 <https://arxiv.org/abs/hep-th/9308033>`__.
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.
Done!
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.
Thanks @nquesada!
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 95.2% 96.08% +0.88%
==========================================
Files 9 9
Lines 625 791 +166
==========================================
+ Hits 595 760 +165
- Misses 30 31 +1
Continue to review full report at Codecov.
|
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.
Nice additions and improvements on the documentation. Great work!
Description of the Change: resolves a few typos and formatting issues
Benefits: n/a
Possible Drawbacks: n/a
Related GitHub Issues: n/a