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

feature/urdd timing strategy #87

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

nbronn
Copy link
Collaborator

@nbronn nbronn commented Jul 17, 2023

Created a new DD pass URDDSequenceStrategy that inherits from PadDynamicalDecoupling, but only inserts a certainumber num_pulses of the URDD sequence when the delay time is greater than specified time min_delay_time. Also includes a helper function urdd_strategy_passes which constructs the list of passes for doing this sequentially, most likely in decreasing order in both num_pulses and min_delay_time so that larger blocks of delay times are taken up by longer sequences.

@coveralls
Copy link

coveralls commented Jul 17, 2023

Pull Request Test Coverage Report for Build 5693648313

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 14 of 109 (12.84%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-2.7%) to 82.606%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit_research/utils/dynamical_decoupling.py 14 109 12.84%
Totals Coverage Status
Change from base Build 5524177036: -2.7%
Covered Lines: 2441
Relevant Lines: 2955

💛 - Coveralls

@nbronn nbronn merged commit 64234f9 into qiskit-community:main Aug 1, 2023
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 this pull request may close these issues.

3 participants