-
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
Pre release #143
Merged
Merged
Pre release #143
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rretnly fail at (de)serialization of multi-channel table pulses.
# Conflicts: # qctoolkit/pulses/plotting.py # qctoolkit/pulses/sequence_pulse_template.py # qctoolkit/pulses/sequencing.py # qctoolkit/pulses/table_pulse_template.py
…ns to AWG classes. # Conflicts: # qctoolkit/pulses/plotting.py
They now have an identifier that can be remapped for subtemplates They end up in the EXEC instruction
Conflicts: qctoolkit/pulses/plotting.py
…is now done in the class MappingTemplate Sequence- and MultiChannelPulseTemplate check only things that are bound to their purpose Channels now have an ID
…ata is valid. First draft for setup class and DAC
-atomicity may be switched on fi. for SequencePulseTemplates -> it will be translated to one waveform -measurement windows now included in waveform -waveforms for RepeatedPulseTemplate and SequecencePulseTemplate added
Separate tree functionality from Loop functionality
Add return annotations
Fix DummyAWG unittests
…tween expressions.
…n a common base class
Fix some outdated __all__ Update doc strings Add more imports for annotation usage with autodoc Rename MappingTemplate to MappingPulseTemplate
Clarify in more cases where it is segment_index and where segment_number
This was referenced Oct 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All my changes including (not hardware related)
and (hardware related and not very compatible to any measurement framework yet)
WIP