Add an evaluate_mappings function to PulseTemplate #800
Labels
Framework integration
Covers the integration of qupulse in measurement and experimental frameworks
Implementation
Priority: Optional
A user that wants to set a parameter to a specific value or map a channel name uses a
MappingPT
either directly or with thewith-mapping
method. This is very useful for composite pulse templates where the named components are serialized in individially and can be independently changed.However, this introduces an overhead for runtime generated and evaluated pulse templates where this functionality is not needed. This issue proposes a method
evaluate_mappings
which returns a new pulse template withoutMappingPT
s which do not introduce new parameters.The text was updated successfully, but these errors were encountered: