Skip to content

Add access to transpiled_circuits#1287

Closed
kt474 wants to merge 1 commit intoQiskit:mainfrom
kt474:transpiled-circuits
Closed

Add access to transpiled_circuits#1287
kt474 wants to merge 1 commit intoQiskit:mainfrom
kt474:transpiled-circuits

Conversation

@kt474
Copy link
Copy Markdown
Contributor

@kt474 kt474 commented Dec 20, 2023

Summary

On hold for now, can merge after #1285 to add transpiled_circuits method to program_job.py

def transpiled_circuits(self) -> str:
  """Retrieve job transpiled circuits
  
  Returns:
      job transpiled circuits
  """
  return self.session.get(self.get_url("transpiled_circuits")).text

Details and comments

Fixes #898

@kt474 kt474 added the Changelog: New Feature Include in the Added section of the changelog label Dec 20, 2023
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 7280760562

  • 3 of 8 (37.5%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.008%) to 43.356%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit_ibm_runtime/api/clients/runtime.py 1 2 50.0%
qiskit_ibm_runtime/runtime_job.py 2 6 33.33%
Totals Coverage Status
Change from base Build 7278492174: -0.008%
Covered Lines: 2336
Relevant Lines: 5388

💛 - Coveralls

@kt474 kt474 closed this Feb 22, 2024
@kt474 kt474 deleted the transpiled-circuits branch April 29, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changelog: New Feature Include in the Added section of the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add method to return Sampler transpiled circuits

2 participants