Skip to content

[Frontend] Add pytype-aval mapping and fix mlir-lowering #1775

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erick-xanadu
Copy link
Contributor

Context: More changes in the frontend for lowering

Description of the Change: Adds pytype to aval mapping for abstract quantum registers and qubits. Also fixes functions lowering abstract quantum registers and qubits to MLIR types.

Benefits: I can compile the following function to MLIR:

import catalyst

@catalyst.qjit(target="mlir")
def identity(x: catalyst.jax_primitives.AbstractQreg()):
    return x


print(identity.mlir)
  • todo add test

To be merged after #1774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant