Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backend model up-conversion logic (#11095)
* This marks an initiative to replace the contents of method convert_to_target from qiskit.providers.backend_compat.py with contents of method target_from_server_data from qiskit_ibm_provider/utils/json_decoder.py * removed usage of supported_instructions from conf_*.json * fixed lint * added test, to check if the issue has been fixed * added release note * added suggestions and refactored code * removed argument deprecation, removed covert_to_target_legacy * refactor code * Added working add_delay argument in convert_to_target function, and removed source code for convert_to_target_legacy function from backend_compat.py. * refactor code * fixed lint * changed a test * altered release note * applied suggestions * add test * refactor code * altered handling of calibration data * docs * fix docs error * lint * refactor code * refactor code(removed inefficiencies and improved code legibility), applied suggestions, reverted a visualization test to its original form
- Loading branch information