-
Notifications
You must be signed in to change notification settings - Fork 31
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
Draft: rust extension interface #663
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # qupulse/_program/_loop.py # qupulse/_program/waveforms.py # qupulse/utils/tree.py
@peendebak This is the most recent progress I have on the rust extension integration. I also just updated the master branch in the rust repo. |
Nice work. I started using this branch (without the rust extension) on my development system and all seems to function as before. The rust extension gave a compilation error, I will try that a bit later again. Update With pull from today the rust code compiles. |
@terrorfisch Branch works for me, also with the rust backend. I could not fully test as my code depends on some recent PRs and this branch has not been rebased to main yet. |
# Conflicts: # qupulse/_program/_loop.py # qupulse/_program/waveforms.py # qupulse/pulses/arithmetic_pulse_template.py # qupulse/pulses/constant_pulse_template.py # qupulse/pulses/pulse_template.py # tests/_program/seqc_tests.py # tests/pulses/plotting_tests.py # tests/pulses/pulse_template_tests.py
The program builder defined here can be used as a basis for #779