-
Notifications
You must be signed in to change notification settings - Fork 18
docs: add quantum and qsystem gate definitions #912
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b977d66
docs: add some docstrings for qsystem gates
CalMacCQ 0f20f61
fix a typo
CalMacCQ 0d538b7
minor fixes
CalMacCQ a43628e
edit measure docstring
CalMacCQ c5b1928
add a doctest
CalMacCQ 9252486
Merge branch 'main' into cm/qsystem_gates
CalMacCQ 311af2c
rm whitespace
CalMacCQ e7c6052
Merge branch 'main' into cm/qsystem_gates
CalMacCQ a0662d3
update ZZPhase
CalMacCQ 1001436
add module docstring for qsystem.functional
CalMacCQ e01cbc1
add a bunch of gate defs to std.quantum
CalMacCQ e96b130
more definitions
CalMacCQ 7f317bc
small addition
CalMacCQ 39c60ce
add docstrings for functional modules
CalMacCQ d1abab9
fix ch syntax
CalMacCQ c2a83d7
Update guppylang/std/qsystem/__init__.py
CalMacCQ 5515c13
Update guppylang/std/qsystem/__init__.py
CalMacCQ 5fbbd6c
Update guppylang/std/qsystem/__init__.py
CalMacCQ 827b26e
Update guppylang/std/quantum/__init__.py
CalMacCQ ac9b8c8
Update guppylang/std/qsystem/functional.py
CalMacCQ 109f294
apply Seyon's suggestions in quantum
CalMacCQ 7c730be
update qsystem
CalMacCQ 035db79
minor fix
CalMacCQ 9121469
small fix
CalMacCQ cab6315
Update guppylang/std/qsystem/__init__.py
CalMacCQ 6c5eca5
zz_max consistency
CalMacCQ 3483b5e
CRz fix
CalMacCQ e683ab0
don't use pi factors in matrix definitions for parametrised gates
CalMacCQ 72983c2
fix ry definition
CalMacCQ 7581a8e
Update guppylang/std/quantum/functional.py
CalMacCQ e1f8b10
Update guppylang/std/quantum/__init__.py
CalMacCQ 06d64ef
Update guppylang/std/quantum/__init__.py
CalMacCQ 1188e13
fix missing pi factors
CalMacCQ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,9 @@ | ||||||
| """Guppy standard module for functional qsystem native operations. For the mathematical | ||||||
| definitions of these gates, see the guppylang.std.qsystem documentation. | ||||||
| These gates are the same as those in the std.qsystem but use functional syntax. | ||||||
|
||||||
| These gates are the same as those in the std.qsystem but use functional syntax. | |
| These gates are the same as those in std.qsystem but use functional syntax. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.