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

Add access to transpiled_circuits #1287

Closed
wants to merge 1 commit into from

Conversation

kt474
Copy link
Member

@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

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