Skip to content
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

Documentation for current autograph support and sharp bits #6678

Merged
merged 133 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
5dfc38f
add user decompose function
andrijapau Oct 3, 2024
f1d9eee
code factor
andrijapau Oct 3, 2024
b24c97b
update changelog
andrijapau Oct 3, 2024
0d3bfb6
improve decomposition function
andrijapau Oct 4, 2024
0d66209
codefactor fix
andrijapau Oct 4, 2024
a25d6ba
added modified generator
andrijapau Oct 4, 2024
2ad96ac
copy code from catalyst
lillian542 Oct 4, 2024
c471c0b
remove catalyst from __init__ and transformer files
lillian542 Oct 4, 2024
49c0fac
replace many catalyst dependencies/mentions
lillian542 Oct 7, 2024
5dd1d42
copy tests from catalyst
lillian542 Oct 7, 2024
c94da87
update imports
lillian542 Oct 7, 2024
ab8ae7a
[ci skip]
lillian542 Oct 8, 2024
ac7d53e
Merge branch 'master' into add_autograph
lillian542 Oct 8, 2024
4a6bdf3
import autograph module in capture
lillian542 Oct 8, 2024
2c2f1dd
remove final catalyst dependencies from ag_primitives
lillian542 Oct 8, 2024
9b18b97
record queueing in FlatFn so we can access program_length in ag_primi…
lillian542 Oct 8, 2024
cf92f2a
most conditional tests work
lillian542 Oct 9, 2024
7a21764
initial removal of queueing dependency
lillian542 Oct 10, 2024
72b3e42
the current state of the tests
lillian542 Oct 10, 2024
fee16ff
remove index setting and logical operators
lillian542 Oct 11, 2024
3ccd0e0
formatting
lillian542 Oct 11, 2024
1ab03f3
remove fallback
lillian542 Oct 12, 2024
2bfaf72
remove disable_autograph
lillian542 Oct 12, 2024
42ce1e8
remove autograph_include
lillian542 Oct 12, 2024
d3a807c
Merge branch 'master' into autograph_ctrl_flow
lillian542 Oct 12, 2024
fa0b415
remove strict_conversion and ignore_fallbacks
lillian542 Oct 12, 2024
54b3036
Tidying up
lillian542 Oct 12, 2024
26cbde4
Tidying up more
lillian542 Oct 12, 2024
211bd81
fix more tests
lillian542 Oct 16, 2024
6be1ff5
Merge branch 'autograph_ctrl_flow' of github.com:PennyLaneAI/pennylan…
lillian542 Oct 16, 2024
75b0c3c
only cond in ag_primitives
lillian542 Oct 16, 2024
5bfecb4
clean up transformer and utils
lillian542 Oct 16, 2024
ac51fad
re-organize tests
lillian542 Oct 16, 2024
d4d7220
remove utils and clean up docstrings
lillian542 Oct 16, 2024
207ecc6
update changelog
lillian542 Oct 16, 2024
d2f6e34
add malt as dependency of PL
lillian542 Oct 16, 2024
da0cd1d
fix failing test
lillian542 Oct 16, 2024
cea27f6
Merge branch 'master' into autograph1
lillian542 Oct 16, 2024
9da4afa
package name is diastatic-malt
lillian542 Oct 16, 2024
fbff208
Merge branch 'autograph1' of github.com:PennyLaneAI/pennylane into au…
lillian542 Oct 16, 2024
e443173
fix decorator test
lillian542 Oct 16, 2024
2ee18ca
rename test file to avoid CI confusion
lillian542 Oct 16, 2024
3ab7c9c
add while_loop implementation
lillian542 Oct 16, 2024
900cfe1
add test file
lillian542 Oct 17, 2024
fc59744
a few more tests and docstrings updates
lillian542 Oct 17, 2024
a8946af
one more test for code coverage
lillian542 Oct 17, 2024
908d6b1
Merge branch 'master' into autograph1
lillian542 Oct 17, 2024
60cb38b
Update pennylane/capture/autograph/ag_primitives.py
lillian542 Oct 17, 2024
9c8c74d
add initial tests
lillian542 Oct 17, 2024
bfc39b2
Merge branch 'autograph1' into autograph_while_loop
lillian542 Oct 17, 2024
3972b89
some small test changes
lillian542 Oct 17, 2024
ef2d503
update changelog
lillian542 Oct 21, 2024
19130e9
xfail test that includes for loop
lillian542 Oct 21, 2024
4b73551
add for loop support and tests
lillian542 Oct 21, 2024
d5eaa8d
Merge branch 'master' into autograph1
lillian542 Oct 28, 2024
7da5662
Merge branch 'autograph1' into autograph_while_loop
lillian542 Oct 28, 2024
a03acf8
Merge branch 'master' into autograph1
lillian542 Nov 21, 2024
1a01dea
Apply suggestions from code review
lillian542 Nov 21, 2024
42c91f9
use inner_args to avoid taken arguments
lillian542 Nov 21, 2024
78307b5
update copyright year
lillian542 Nov 21, 2024
e36fa65
use functools.wraps
lillian542 Nov 21, 2024
998ce1a
replace qjit example with pl example
lillian542 Nov 21, 2024
83a934e
add import path for run_autograph, autograph_source
lillian542 Nov 21, 2024
36267d8
change import structure + update example
lillian542 Nov 21, 2024
c06e768
fix a couple docstring mistakes
lillian542 Nov 21, 2024
d6fae5d
Merge branch 'autograph1' into autograph_while_loop
lillian542 Nov 21, 2024
a63009d
Apply suggestions from code review
lillian542 Nov 21, 2024
793e7f4
remove unneeded check
lillian542 Nov 26, 2024
1f1f097
small test fixes
lillian542 Nov 26, 2024
705eb35
Merge branch 'autograph_while_loop' of github.com:PennyLaneAI/pennyla…
lillian542 Nov 26, 2024
c387988
Merge branch 'master' into autograph1
lillian542 Nov 26, 2024
84ca81b
Merge branch 'autograph1' into autograph_while_loop
lillian542 Nov 26, 2024
e8f23ab
Merge branch 'autograph_while_loop' into autograph_for_loop
lillian542 Nov 26, 2024
ed9ea11
remove source_info function
lillian542 Nov 26, 2024
0faba0e
reoraganize and update tests
lillian542 Nov 26, 2024
4c5d969
clean up error msgs and docstrings
lillian542 Nov 26, 2024
b981ade
update tests
lillian542 Nov 26, 2024
6432807
update changelog
lillian542 Nov 26, 2024
3d6d40e
pylint complaint
lillian542 Nov 26, 2024
9403d0d
add autograph to make_plxpr
lillian542 Nov 27, 2024
4173a31
update tests
lillian542 Nov 27, 2024
947a8ab
add autograph argument to make_plxpr
lillian542 Nov 27, 2024
558901b
remove old code from previous implementation
lillian542 Dec 3, 2024
c439ed0
Merge branch 'master' into autograph_with_make_plxpr
lillian542 Dec 3, 2024
f4d8b07
update docstring
lillian542 Dec 3, 2024
5ab68c7
add malt to doc requirements
lillian542 Dec 3, 2024
be51555
make usage details collapsable
lillian542 Dec 4, 2024
ee22c0c
update changelog
lillian542 Dec 4, 2024
a73c584
does this make a collapsable tab?
lillian542 Dec 4, 2024
2682f18
Merge branch 'master' into autograph_with_make_plxpr
lillian542 Dec 4, 2024
0f57ce4
this is my least favourite game to play with sphinx
lillian542 Dec 4, 2024
c3b3c5e
Update doc/releases/changelog-dev.md
lillian542 Dec 4, 2024
4e2a206
try to add basic details section
lillian542 Dec 4, 2024
aa78fba
Merge branch 'autograph_with_make_plxpr' of github.com:PennyLaneAI/pe…
lillian542 Dec 4, 2024
7c8520d
add some of the content back in
lillian542 Dec 4, 2024
8f9189a
changelog update
lillian542 Dec 4, 2024
b6f2695
fix merge conflicts
lillian542 Dec 4, 2024
3bdd4a6
fingers crossed it all renders now
lillian542 Dec 4, 2024
f4c7a9c
add space between example cells
lillian542 Dec 4, 2024
e30dbdb
Apply suggestions from code review
lillian542 Dec 4, 2024
3f99563
initial autograph docs
lillian542 Dec 4, 2024
bee0a23
:Merge branch 'autograph_with_make_plxpr' into autograph_docs
lillian542 Dec 4, 2024
6fe32b3
update some examples
lillian542 Dec 4, 2024
2ef2839
add a bunch of edits
lillian542 Dec 5, 2024
ba65822
update more examples and remove catalyst-specific sections
lillian542 Dec 5, 2024
c2fa7d8
Merge branch 'master' into autograph_docs
lillian542 Dec 5, 2024
31d3dc8
Undo changes to changelog
lillian542 Dec 5, 2024
0b74f9a
remove image reference from catalyst
lillian542 Dec 5, 2024
f420b99
Merge branch 'autograph_docs' of github.com:PennyLaneAI/pennylane int…
lillian542 Dec 5, 2024
7a09718
add run_autograph to docs
lillian542 Dec 5, 2024
cbaff33
allow using source_autograph on qnode func
lillian542 Dec 5, 2024
47cecb0
cleaning up final examples
lillian542 Dec 5, 2024
ebf39d8
add links to relevant docstrings
lillian542 Dec 5, 2024
76a9d03
flesh out run_autograph docstring
lillian542 Dec 6, 2024
4510b32
update make_pxlpr docs
lillian542 Dec 6, 2024
ab05a5a
clean up and add a few examples
lillian542 Dec 6, 2024
2e70a63
fix incorrect formating for Returns description in run_autograph docs
lillian542 Dec 6, 2024
41e26f2
clarify what is returned by run_autograph for a QNode input
lillian542 Dec 6, 2024
998f907
Apply suggestions from code review
lillian542 Dec 6, 2024
1285248
Apply suggestions from code review
lillian542 Dec 6, 2024
9aeafc8
try backticks for difficult code snippet
lillian542 Dec 10, 2024
1eb469f
code review suggestions and undo backticks
lillian542 Dec 10, 2024
8341d05
Update doc/development/autograph.rst
lillian542 Dec 10, 2024
14b0e52
apply suggestions from code review
lillian542 Dec 10, 2024
f2c9fa7
update following code review
lillian542 Dec 10, 2024
739a196
improve visibility for link in make_plxpr docs
lillian542 Dec 10, 2024
ab095ce
update example for clarity
lillian542 Dec 12, 2024
0adf082
Update pennylane/capture/autograph/transformer.py
lillian542 Dec 12, 2024
2ea25c9
Merge branch 'autograph_docs' of github.com:PennyLaneAI/pennylane int…
lillian542 Dec 12, 2024
89e67d3
update link
lillian542 Dec 12, 2024
c1b347c
appease sphinx check, probably
lillian542 Dec 12, 2024
2a2856f
Merge branch 'master' into autograph_docs
lillian542 Dec 12, 2024
fa4cb48
Merge branch 'master' into autograph_docs
albi3ro Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading