Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3bf9fee
Update xDSL version to 0.49
mudit2812 Aug 20, 2025
6a272bd
Add new tensor/memref constraints
mudit2812 Aug 21, 2025
f246b2b
Update constructor
mudit2812 Aug 22, 2025
ab4c8ea
Add tests
mudit2812 Aug 22, 2025
3b391a6
Changelog
mudit2812 Aug 22, 2025
fe66574
Merge branch 'master' into tensor-memref-constraints
mudit2812 Aug 22, 2025
fa62f32
Apply suggestions from code review
mudit2812 Aug 25, 2025
4210fd5
Address code review
mudit2812 Aug 25, 2025
059c9ce
Merge branch 'master' into tensor-memref-constraints
mudit2812 Aug 25, 2025
a9b723a
Update Quantum dialect with traits and better type specifications
mudit2812 Aug 13, 2025
fb5a70d
Update rank constraint's get_bases method
mudit2812 Aug 14, 2025
7405980
Remove merge artifact
mudit2812 Aug 25, 2025
e6e945a
Update tensor/memref constraints
mudit2812 Aug 26, 2025
2a0dcf4
Add constructor to VarianceOp
mudit2812 Aug 26, 2025
3841195
Remove verify_ methods in favour of stricter constraints for operand/…
mudit2812 Aug 26, 2025
0c35f34
Squashed commit of the following:
mudit2812 Aug 28, 2025
e8120c2
Merge branch 'master' into dialect-type-fixes
mudit2812 Aug 28, 2025
a3e18d6
Add filecheck tests for allocation/deallocation, insertion/extraction
mudit2812 Aug 28, 2025
6cfafe3
Add filecheck tests for state prep operations
mudit2812 Aug 28, 2025
0262a1b
Add filecheck tests for miscelleneous operations
mudit2812 Aug 28, 2025
120c49d
Make run_filecheck logs better
mudit2812 Aug 28, 2025
6ec330d
Add tests for observables and measurements
mudit2812 Sep 3, 2025
94ea69b
Add gate/MCM tests
mudit2812 Sep 3, 2025
4357a85
Merge branch 'master' into dialect-type-fixes
mudit2812 Sep 3, 2025
b36d269
changelog
mudit2812 Sep 3, 2025
bc8a318
Merge branch 'master' into dialect-type-fixes
mudit2812 Sep 5, 2025
aa872d4
Update pennylane/compiler/python_compiler/dialects/quantum.py
mudit2812 Sep 5, 2025
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
3 changes: 3 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@

<h4>Other improvements</h4>

* The Python `Quantum` dialect now has more strict constraints for operands and results.
[(#8083)](https://github.com/PennyLaneAI/pennylane/pull/8083)

* Program capture can now handle dynamic shots, shot vectors, and shots set with `qml.set_shots`.
[(#7652)](https://github.com/PennyLaneAI/pennylane/pull/7652)

Expand Down
Loading