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

Fixed the bug not passing local_variables from qref to bartiq. #82

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

sitong1011
Copy link
Contributor

@sitong1011 sitong1011 commented Jul 10, 2024

Description

  • Context: This pull request resolves issue Local variables not passed to resulting routine in _routine_v1_to_bartiq_routine function #81 to ensure that local variables are correctly passed when converting qref to the bartiq routines.

  • Concise description of the implemented solution: This PR modifies the _routine_v1_to_bartiq_routine function to ensure that local variables are correctly passed and included in the resulting routine.

  • Dependencies: No new dependencies are added.

Please verify that you have completed the following steps

  • I have self-reviewed my code.
  • I have included test cases validating introduced feature/fix.
  • I have updated documentation.

@sitong1011 sitong1011 added the bug Something isn't working label Jul 10, 2024
@sitong1011 sitong1011 self-assigned this Jul 10, 2024
@cla-bot cla-bot bot added the cla-signed label Jul 10, 2024
@sitong1011 sitong1011 marked this pull request as ready for review July 11, 2024 18:10
@sitong1011 sitong1011 merged commit 295ce32 into main Jul 11, 2024
8 checks passed
@sitong1011 sitong1011 deleted the 81-local branch July 11, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla-signed
Development

Successfully merging this pull request may close these issues.

Local variables not passed to resulting routine in _routine_v1_to_bartiq_routine function
2 participants