Skip to content

Commit

Permalink
Updated build_workflow with default model
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Sep 13, 2023
1 parent e2612f0 commit e43e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bqskit/compiler/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def type_and_check_input(input: CompilationInputLike) -> CompilationInput:

def build_workflow(
input: Circuit | UnitaryMatrix | StateVector | StateSystem,
model: MachineModel | None,
model: MachineModel | None = None,
optimization_level: int = 1,
synthesis_epsilon: float = 1e-8,
max_synthesis_size: int = 3,
Expand Down

0 comments on commit e43e8d1

Please sign in to comment.