Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
90ec2cf
🐛 Fix RL Training and Improve Structure (#573)
flowerthrower Mar 11, 2026
4a0ed8d
Merge commit '90ec2cf' into fix-RL-training-bug
flowerthrower May 11, 2026
68eb338
🎨 improve seed and training defaults
flowerthrower May 11, 2026
f9de637
🎨 adjust test step limits
flowerthrower May 11, 2026
55e5e08
⏪ revert unrelated changes
flowerthrower May 11, 2026
ba9042d
🎨 pre-commit fixes
pre-commit-ci[bot] May 11, 2026
dca4827
🎨 improve comments
flowerthrower May 11, 2026
1e523e1
✅ fix synthesis size limit for bqskit passes
flowerthrower May 11, 2026
6d6487a
🎨 pre-commit fixes
pre-commit-ci[bot] May 11, 2026
7a300a2
🎨 reduce test training overhead
flowerthrower May 12, 2026
d64a97f
🎨 add comments
flowerthrower May 12, 2026
9f2697e
🎨 reduce number of training steps
flowerthrower May 12, 2026
f685fdd
🚚 move actions imports
flowerthrower May 12, 2026
74a0f9a
🚚 move parsing logic
flowerthrower May 12, 2026
512d2b0
🎨 add changelog entry
flowerthrower May 12, 2026
c398324
✅ add tests
flowerthrower May 12, 2026
010fa68
🎨 add changelog entry
flowerthrower May 12, 2026
59bdf52
🎨 pre-commit fixes
pre-commit-ci[bot] May 12, 2026
2dd86dd
🔀 pull changes from #679
flowerthrower May 12, 2026
ad83a28
Merge commit '59bdf52374e47aaf2ba6107453430adf37c458b9' into 668-impr…
flowerthrower May 12, 2026
86d078a
🎨 improve docstring
flowerthrower May 12, 2026
788ec25
Merge remote-tracking branch 'origin/main' into fix-RL-training-bug
flowerthrower May 29, 2026
a474a8f
🎨 imporve error reporting
flowerthrower May 29, 2026
51b20af
✅ improve coverage
flowerthrower May 29, 2026
7e9a369
✅ fix test for qiskit<2
flowerthrower Jun 1, 2026
0694749
🎨 pre-commit fixes
pre-commit-ci[bot] Jun 1, 2026
ce7491a
Merge branch 'main' into fix-RL-training-bug
flowerthrower Jun 1, 2026
067c6de
Merge branch 'fix-RL-training-bug' into 668-improve-action-pass-impor…
flowerthrower Jun 1, 2026
59c0beb
✅ fix test
flowerthrower Jun 2, 2026
8b7678b
Merge remote-tracking branch 'origin/main' into 668-improve-action-pa…
flowerthrower Jun 5, 2026
19ed9c1
🎨 imporve changelog
flowerthrower Jun 5, 2026
3d600d1
🎨 pre-commit fixes
pre-commit-ci[bot] Jun 5, 2026
b73c286
🔥 remove GENERAL pass origin
flowerthrower Jun 5, 2026
514acfb
Merge commit '3d600d14576b04dcc29fbaafb5667ae0b7467b6d' into 668-impr…
flowerthrower Jun 5, 2026
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel

### Changed

- ♻️ Restructure existing RL passes into SDK-level action modules ([#644]) ([**@flowerthrower**])
- 🎨 Improve the RL state machine logic ([#677]) ([**@flowerthrower**])
- 🐛 Support BQSKit conversion of IQM's native `r` gate ([#679]) ([**@flowerthrower**])
- 🔧 Replace `mypy` with `ty` ([#572]) ([**@denialhaag**])
Expand Down
Loading
Loading