docs: remove pre-IVR validation and update readme with v2 benchmark results#769
Merged
ajbozarth merged 1 commit intogenerative-computing:mainfrom Apr 1, 2026
Merged
Conversation
…esults Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com>
Contributor
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
Contributor
Author
|
cc @vabarbosa new benchmark analysis can be seen at https://github.com/ajbozarth/toolbox/blob/main/mellea/qiskit_code_validation/benchmarking/run_ivr_20260331_183642/analysis_v2.md |
psschwei
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Misc PR
Type of PR
Description
Updates the
qiskit_code_validationexample and its README based on a re-benchmarking run after removing the pre-IVR input validation from the example. Previously, the example ran a pre-condition validation on the input code before entering the IVR loop, which made the repair loop mostly unnecessary. This PR removes that pre-validation so the IVR loop handles all validation end-to-end, and updates the README to reflect the corrected pipeline description and new benchmark numbers.Changes:
generate_validated_qiskit_code()— IVR now handles all validationTesting