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

Circuit execution file is orphaned #937

Closed
abbycross opened this issue Feb 29, 2024 · 1 comment · Fixed by #1345
Closed

Circuit execution file is orphaned #937

abbycross opened this issue Feb 29, 2024 · 1 comment · Fixed by #1345
Assignees

Comments

@abbycross
Copy link
Collaborator

abbycross commented Feb 29, 2024

In the migration, this file was flagged for rewrite but got skipped over during the rewrite process. The current plan for it is to add an example on how to specify rep_delay for a primitive job, and put it into the toc file.

https://docs.quantum.ibm.com/run/circuit-execution#system-circuit-execution

@abbycross
Copy link
Collaborator Author

Code to add:

# Make sure your backend supports it
backend = service.least_busy(operational=True, min_num_qubits=100, dynamic_reprate_enabled=True)
# Determine the allowable range
backend.rep_delay_range
sampler = Sampler(backend=backend)
#Specify a value in the supported range
sampler.options.execution.rep_delay = 0.0005

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

Successfully merging a pull request may close this issue.

2 participants