Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent db75f7f commit 27c1e8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/tutorials/includes/pulses/pulses0.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from qibolab.pulses import (
DrivePulse,
ReadoutPulse,
Gaussian,
PulseSequence,
ReadoutPulse,
Rectangular,
Gaussian,
)

# Define PulseSequence
Expand Down
5 changes: 3 additions & 2 deletions doc/source/tutorials/includes/pulses/pulses1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pulses0 import sequence

from qibolab import create_platform
from qibolab.execution_parameters import ExecutionParameters
from pulses0 import sequence

# Define platform and load specific runcard
platform = create_platform("dummy")
Expand All @@ -13,4 +14,4 @@
results = platform.execute_pulse_sequence(sequence, options=options)

# Disconnect from the instruments
platform.disconnect()
platform.disconnect()

0 comments on commit 27c1e8c

Please sign in to comment.