We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement a direct translation of pulse templates to a laboneq ast.
graph LR; AtomicPT --> pulse[Some kind of pulse play] RepetitionPT --> rt_aquisition_loop ForLoopPT --> rt_acquisition_loop[RT acquisition but parameter resolution requires ] SequencePT --> section
Missing features in laboneq:
Desired features in laboneq:
The text was updated successfully, but these errors were encountered:
Questions:
rt_acquisition_loop
sweep
Another desired feature possibly:
Sorry, something went wrong.
Or in other words: Is rt_acquisition_loop nestable? (they should be)
No branches or pull requests
Implement a direct translation of pulse templates to a laboneq ast.
Missing features in laboneq:
Desired features in laboneq:
The text was updated successfully, but these errors were encountered: