Skip to content

Commit f53270d

Browse files
committed
fix: remove unused physical qubit parameters from CHSHPhaseScan experiment
1 parent a20c7f3 commit f53270d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/examples/qpu/chsh_phase_scan_parallel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ def main():
1717
# Create CHSH phase scan experiment
1818
exp = CHSHPhaseScan(
1919
experiment_name="chsh_phase_scan_qpu",
20-
physical_qubit_0=3,
21-
physical_qubit_1=2,
2220
shots_per_circuit=1000,
2321
phase_points=20,
2422
phase_start=0.0,

0 commit comments

Comments
 (0)