We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b57feec + 5d4e16f commit b3a4ae3Copy full SHA for b3a4ae3
source/openpulse/openpulse/ast.py
@@ -24,18 +24,21 @@
24
25
26
# From Pulse grammar
27
+@dataclass
28
class WaveformType(ClassicalType):
29
"""
30
Leaf node representing the ``waveform`` type.
31
32
33
34
35
class PortType(ClassicalType):
36
37
Leaf node representing the ``port`` type.
38
39
40
41
42
class FrameType(ClassicalType):
43
44
Leaf node representing the ``frame`` type.
0 commit comments