-
Couldn't load subscription status.
- Fork 30
Closed
Description
The __init__.py of qupulse.program contains several class definitions and the number grew over time. This easily leads to circular imports when new features are added. Therefore, we will
- rename
SimpleExpressiontoDynamicValueand move it to the new modulequpulse.program.values. The rename is to make clear that it is supposed to act as a value-like object and not an expression like object. - Move
ProgramBuilderandProgramprotocols toqupulse.program.protocolfollowing the example set by the qupulse.expression sub-package
Metadata
Metadata
Assignees
Labels
No labels