-
Notifications
You must be signed in to change notification settings - Fork 34
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
Program rename #390
Program rename #390
Conversation
* Update program.py Renameed Program to NestedProgram Issue #342 * Revert "Update program.py" * Update program.py * Updated tests files as well * Chnaged file name from program to nested_program * Formatted files * Changes Done * Reformatted code * Reformatted code * NestedProgram to nested_program * NestedProgram to nested_program * NestedProgram to nested_program * run_program to run_nested_program * Done all the Changes * Done all the Changes
Before merge @Tansito it can be great if you can double check that all tutorials/guide continue working properly, just in case... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# Conflicts: # client/quantum_serverless/core/provider.py
Reviewing the code I just saw that I forgot to rename |
We need to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QuantumFunction is the new name to refer Nested Program
@IceKhan13 @pacomf I didn't change in this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev environment builds locally, all getting started notebooks run, and didn't see any remaining nested_program
or nestedprogram
Created issue #435 to handle it in another PR |
Summary
Fix #386 , #342
Details and comments
NestedProgram
toProgram