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

Create a program builder protocol #781

Closed
terrorfisch opened this issue Aug 18, 2023 · 1 comment
Closed

Create a program builder protocol #781

terrorfisch opened this issue Aug 18, 2023 · 1 comment
Assignees

Comments

@terrorfisch
Copy link
Member

Currently, PulseTemplate.create_program and called functions depend on a select subset of the Loop class' interface to build the final program. We can standardize this interface and adapt/extend it so it can be used to efficiently create laboneq and similar backend code.

One important extension is the support of for loops that includes an efficient translation of ramps or increments if the packend supports it.

@terrorfisch terrorfisch self-assigned this Aug 18, 2023
@terrorfisch
Copy link
Member Author

Implemented in #782

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

No branches or pull requests

1 participant