Skip to content

Conversation

@jzaia18
Copy link
Contributor

@jzaia18 jzaia18 commented Nov 6, 2025

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    test directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the doc/releases/changelog-dev.md file, summarizing the
    change, and including a link back to the PR.

  • The PennyLane source code conforms to
    PEP8 standards.
    We check all of our code against Pylint.
    To lint modified files, simply pip install pylint, and then
    run pylint pennylane/path/to/file.py.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:
For code compiled using Catalyst, the only currently supported level argument is level="device" which does runtime resource tracking. Since users may specify compilation passes that get applied to their code, it would be useful to support intermediate levels between the user-specified program and the final execution.

Description of the Change:
[WIP]

Benefits:

Possible Drawbacks:

Related GitHub Issues:
[sc-103510]

@jzaia18 jzaia18 self-assigned this Nov 6, 2025
@jzaia18 jzaia18 added WIP 🚧 Work-in-progress do not merge ⚠️ Do not merge the pull request until this label is removed labels Nov 6, 2025
@jzaia18 jzaia18 marked this pull request as draft November 6, 2025 22:55
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge ⚠️ Do not merge the pull request until this label is removed WIP 🚧 Work-in-progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants