Skip to content

dev: Add pulse factory

Shuxiang Cao requested to merge ShuxiangCao/software:master into master

We have implemented a new component called pulse shape factory, which manages all existing pulse shapes and allows dynamically adding new pulse shapes. With this functionality, we don't have to accept env_func as a callable and therefore make the instructions fully serializable.

Merge request reports