Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HGSilveri committed Jul 28, 2023
1 parent 985aad1 commit 5bf4e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulser-core/pulser/sequence/_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def get_samples(
return DMMSamples(
**init_fields, detuning_map=self.detuning_map, qubits=qubits
)

def insert_slm(self, duration: int, det: float) -> None:
"""Inserts a constant pulse as first operation."""
new_slot = [self.slots[0]]
Expand Down

0 comments on commit 5bf4e3f

Please sign in to comment.