Skip to content

Commit c8b54f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2061ebb commit c8b54f2

File tree

1 file changed

+1
-1
lines changed
  • src/qibocal/protocols/two_qubit_interaction/mermin

1 file changed

+1
-1
lines changed

src/qibocal/protocols/two_qubit_interaction/mermin/protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _plot(data: MerminData, fit: MerminResults, target):
180180
classical_bound = 2 ** (n_targets // 2)
181181
quantum_bound = 2 ** ((n_targets - 1) / 2) * (2 ** (n_targets // 2))
182182

183-
fig = go.Figure(layout_yaxis_range=[-quantum_bound-0.2, quantum_bound+0.2])
183+
fig = go.Figure(layout_yaxis_range=[-quantum_bound - 0.2, quantum_bound + 0.2])
184184
if fit is not None:
185185
fig.add_trace(
186186
go.Scatter(

0 commit comments

Comments
 (0)