-
Notifications
You must be signed in to change notification settings - Fork 347
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
Add optional memory_map parameter to QuantumComputer.run #657
Conversation
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.
awesome! I'll update my PR about parametric compilation, too
This PR will only be included in pyquil 2.1 (estimated release date ~Nov30) whereas all of the docs fixes will be released as 2.0.1 shortly; so can you keep them separate for now? |
pyquil/api/_quantum_computer.py
Outdated
if memory_map: | ||
for region_name, values_list in memory_map.items(): | ||
for offset, value in enumerate(values_list): | ||
# TODO (karalekas): have write_memory take a list rather than value + offset |
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.
open an issue and link here?
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.
minor comment
@mpharrigan oh no, the docs are already merged :( |
closes #656