-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Before submitting Please complete the following checklist when submitting a PR: - [x] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the [`tests`](../tests) directory! - [x] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running `make docs`. - [x] Ensure that the test suite passes, by running `make test`. - [x] Add a new entry to the `.github/CHANGELOG.md` file, summarizing the change, and including a link back to the PR. - [x] Ensure that code is properly formatted by running `make format`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Context:** This adds a link to the readme pointing to https://arxiv.org/abs/2403.02512 **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** --------- Co-authored-by: ringo-but-quantum <[email protected]> Co-authored-by: Josh Izaac <[email protected]>
- Loading branch information
1 parent
522f3ab
commit 186a1b1
Showing
6 changed files
with
94 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
cff-version: "1.2.0" | ||
authors: | ||
- family-names: Asadi | ||
given-names: Ali | ||
orcid: "https://orcid.org/0009-0004-6010-2110" | ||
- family-names: Dusko | ||
given-names: Amintor | ||
orcid: "https://orcid.org/0000-0002-0910-7715" | ||
- family-names: Park | ||
given-names: Chae-Yeun | ||
orcid: "https://orcid.org/0000-0003-4430-1000" | ||
- family-names: Michaud-Rioux | ||
given-names: Vincent | ||
orcid: "https://orcid.org/0000-0003-4367-5940" | ||
- family-names: Schoch | ||
given-names: Isidor | ||
- family-names: Shu | ||
given-names: Shuli | ||
orcid: "https://orcid.org/0000-0001-6528-8584" | ||
- family-names: Vincent | ||
given-names: Trevor | ||
- family-names: O'Riordan | ||
given-names: Lee J. | ||
orcid: "https://orcid.org/0000-0002-6758-9433" | ||
contact: | ||
- family-names: O'Riordan | ||
given-names: Lee J. | ||
orcid: "https://orcid.org/0000-0002-6758-9433" | ||
message: If you use this software, please cite as follows. | ||
preferred-citation: | ||
authors: | ||
- family-names: Asadi | ||
given-names: Ali | ||
orcid: "https://orcid.org/0009-0004-6010-2110" | ||
- family-names: Dusko | ||
given-names: Amintor | ||
orcid: "https://orcid.org/0000-0002-0910-7715" | ||
- family-names: Park | ||
given-names: Chae-Yeun | ||
orcid: "https://orcid.org/0000-0003-4430-1000" | ||
- family-names: Michaud-Rioux | ||
given-names: Vincent | ||
orcid: "https://orcid.org/0000-0003-4367-5940" | ||
- family-names: Schoch | ||
given-names: Isidor | ||
- family-names: Shu | ||
given-names: Shuli | ||
orcid: "https://orcid.org/0000-0001-6528-8584" | ||
- family-names: Vincent | ||
given-names: Trevor | ||
- family-names: O'Riordan | ||
given-names: Lee J. | ||
orcid: "https://orcid.org/0000-0002-6758-9433" | ||
- url: "https://arxiv.org/abs/2403.02512" | ||
- type: other | ||
value: "arXiv:2403.02512" | ||
title: "Hybrid quantum programming with PennyLane Lightning on HPC platforms" | ||
type: article | ||
title: "Hybrid quantum programming with PennyLane Lightning on HPC platforms" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,4 +184,4 @@ Users can not create a ``Hamiltonian`` or ``Prod`` observable from ``Hamiltonian | |
|
||
.. raw:: html | ||
|
||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.38.0-dev20" | ||
__version__ = "0.38.0-dev21" |