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 Jun 26, 2023
1 parent 86e4d5b commit 40224df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibosoq/programs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def add_pulse_to_register(self, pulse: Pulse):

elif is_drag:
# delta will be divided for the same quantity, we are setting it = 1
delta = - self.soccfg["gens"][gen_ch]["samps_per_clk"] * self.soccfg["gens"][gen_ch]["f_fabric"] / 2
delta = -self.soccfg["gens"][gen_ch]["samps_per_clk"] * self.soccfg["gens"][gen_ch]["f_fabric"] / 2
name = (
f"{gen_ch}_drag_{round(sigma, 2)}_{round(soc_length, 2)}_{round(pulse.beta, 2)}_{round(delta, 2)}"
)
Expand Down

0 comments on commit 40224df

Please sign in to comment.