-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init commit of feature branch * initial commit to add base resource class * tests + docs * lint * lint + fix docs * more lint + docs * update implementation to prevent updating attributes * lint * Apply suggestions from code review Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com> * Address review comments, add test for __eq__ op * lint * Added tests * pylint * code review comment * fix if * fix typo * Update pennylane/resource/resource.py Co-authored-by: Tom Bromley <49409390+trbromley@users.noreply.github.com> * code review comments * swapped over to data class implementation * keep default dict in count resource method * fix type hint * changelog * lint * ci * make count_resources private * Update pennylane/resource/resource.py Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com> * fixed docstring * changelog * remove support for custom ops * Added spec support and fixed bug printing default dicts * fix tests * code factor * fix tests * fix docs * Update pennylane/tape/qscript.py Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com> * add back missing dict keys, revert tests * Update pennylane/tape/qscript.py Co-authored-by: Utkarsh <utkarshazad98@gmail.com> --------- Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com> Co-authored-by: Tom Bromley <49409390+trbromley@users.noreply.github.com> Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
- Loading branch information
1 parent
7462ed9
commit a87fca3
Showing
10 changed files
with
149 additions
and
120 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
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
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
Oops, something went wrong.