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
Similar to #694 and #692 we can add helper methods for "functional" style pulse template creation
def with_mappings(self, **MappingPTArgs): pass def with_iteration(self, **ForLoopPTArgs): pass
For easier discoverability all methods start with with_.
with_
with_parallel_channels
with_repetition
with_mapping
with_iteration
with_time_reversal
with_appended
with_constant_channels
The text was updated successfully, but these errors were encountered:
@BrllsRX Can use these functions in the new examples where applicable? I will do so mysolf over the examples I rework.
Sorry, something went wrong.
@terrorfisch Almost all with_funcitons are tested in snake charge scan. No foreseeable problems yet. See details in Task 3 of that example.
terrorfisch
BrllsRX
No branches or pull requests
Similar to #694 and #692 we can add helper methods for "functional" style pulse template creation
For easier discoverability all methods start with
with_
.with_parallel_channels
,with_repetition
,with_mapping
,with_iteration
,with_time_reversal
,with_appended
with_constant_channels
towith_parallel_channels
since it will allow time dependet expressions in some cases when Add support for time dependent expressions in transformations. #704 is mergedThe text was updated successfully, but these errors were encountered: