Skip to content

Commit

Permalink
Fix indentation in doc. (#456)
Browse files Browse the repository at this point in the history
* Fix indentation in doc.

* Auto update version

* Update changelog.

---------

Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vincentmr and github-actions[bot] authored Jun 12, 2023
1 parent 58c9e1c commit 461fd81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

### Documentation

* Fix LightningQubit class parameter documentation.
[(#456)](https://github.com/PennyLaneAI/pennylane-lightning/pull/456)

### Bug fixes

* Ensure aligned allocator definition works with C++20 compilers.
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""


__version__ = "0.31.0-dev5"
__version__ = "0.31.0-dev6"
2 changes: 1 addition & 1 deletion pennylane_lightning/lightning_qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class LightningQubit(QubitDevice):
random qubit site and then generates a random number to determine the new bit at that qubit site. The ``"NonZeroRandom"`` kernel
randomly transits between states that have nonzero probability.
num_burnin (int): number of steps that will be dropped. Increasing this value will
result in a closer approximation but increased runtime.
result in a closer approximation but increased runtime.
batch_obs (bool): Determine whether we process observables parallelly when computing the
jacobian. This value is only relevant when the lightning qubit is built with OpenMP.
"""
Expand Down

0 comments on commit 461fd81

Please sign in to comment.