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

Support further Python Interop for callables in .estimate(), .compile(), .run() and .circuit() #2091

Merged
merged 7 commits into from
Jan 25, 2025

Conversation

swernli
Copy link
Collaborator

@swernli swernli commented Jan 6, 2025

This follows up on #2054 by adding the enhanced support for Q# callables exposed into Python and Python argument arrays in resource estimation, QIR compilation, running multiple shots, and circuit generation.

…mpilation

This follows up on #2054 by adding the enhanced support for Q# callables exposed into Python and Python argument arrays in resource estimation and QIR compilation.
pip/tests/test_qsharp.py Dismissed Show dismissed Hide dismissed
pip/tests/test_qsharp.py Dismissed Show dismissed Hide dismissed
pip/tests/test_re.py Dismissed Show dismissed Hide dismissed
pip/tests/test_re.py Dismissed Show dismissed Hide dismissed
pip/src/interpreter.rs Outdated Show resolved Hide resolved
pip/tests/test_qsharp.py Dismissed Show dismissed Hide dismissed
pip/tests/test_qsharp.py Dismissed Show dismissed Hide dismissed
pip/tests/test_qsharp.py Dismissed Show dismissed Hide dismissed
pip/tests/test_qsharp.py Dismissed Show dismissed Hide dismissed
@swernli swernli changed the title Support further Python Interop for callables in Estimation and QIR Compilation Support further Python Interop for callables in .estimate(), .compile(), .run() and .circuit() Jan 13, 2025
@idavis idavis requested review from minestarks and idavis January 14, 2025 15:02
Copy link
Member

@minestarks minestarks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matches what we already discussed, and all the changes seem pretty mechanical and unit tested... so I don't have a lot to pick on 😄

pip/qsharp/_native.pyi Outdated Show resolved Hide resolved
@swernli swernli added this pull request to the merge queue Jan 24, 2025
Merged via the queue into main with commit bd5a09c Jan 25, 2025
18 checks passed
@swernli swernli deleted the swernli/more-python-interop branch January 25, 2025 00:04
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.

5 participants