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

CalibrationBuilders should not use Schedule #8933

Closed
kevinsung opened this issue Oct 17, 2022 · 1 comment · Fixed by #8949
Closed

CalibrationBuilders should not use Schedule #8933

kevinsung opened this issue Oct 17, 2022 · 1 comment · Fixed by #8949
Assignees

Comments

@kevinsung
Copy link
Contributor

Schedule is incompatible with Runtime (see Qiskit/qiskit-ibm-runtime#571). ScheduleBlock should be used instead. Example:

https://github.com/Qiskit/qiskit-terra/blob/36c91add58a6649fd0788c2abc7a5a236e2e6098/qiskit/transpiler/passes/calibration/rzx_builder.py#L172

@nkanazawa1989
Copy link
Contributor

Now this problem is fixed with #8949 . It would be great if you could test new branch in the runtime environment.

@mergify mergify bot closed this as completed in #8949 Nov 23, 2022
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 a pull request may close this issue.

2 participants