Skip to content

Commit

Permalink
chore: update devices
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Feb 17, 2025
1 parent 50bb72c commit 817fbb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qw5q_platinum/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,16 @@ def create():
channels[qubits[4].flux] = DcChannel(device="con1/4", path="5")

octaves = {
"octave1": Octave("octave1", port=11250, connectivity="con1/1"),
"octave2": Octave("octave2", port=11251, connectivity="con1/2"),
"octave1": Octave("octave1", port=11248, connectivity="con1/1"),
"octave2": Octave("octave2", port=11245, connectivity="con1/2"),
}
fems = {"con1/1": "LF", "con1/2": "LF", "con1/4": "LF"}
controller = QmController(
address="192.168.0.102:80",
octaves=octaves,
fems=fems,
channels=channels,
cluster_name="Cluster_2",
# calibration_path=FOLDER,
script_file_name="qua_script.py",
)
Expand Down

0 comments on commit 817fbb7

Please sign in to comment.