Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 30, 2024
1 parent 8de7ca8 commit ea7eff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bloqade/builder/parse/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from bloqade.ir.routine.base import Routine
from bloqade.ir.analog_circuit import AnalogCircuit


class Parser:
"""A class for parsing quantum computing program components into intermediate representation (IR)."""

Expand Down
2 changes: 2 additions & 0 deletions src/bloqade/builder/parse/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from typing import Optional, List, Type
from bloqade.builder.base import Builder


@dataclass
class BuilderNode:
"""A node in the builder stream."""
Expand All @@ -21,6 +22,7 @@ def __repr__(self) -> str:
"""Representation of the BuilderNode."""
return repr(self.node)


@dataclass
class BuilderStream:
"""Represents a stream of builder nodes."""
Expand Down

0 comments on commit ea7eff8

Please sign in to comment.