From 840c7b6576312729e7452f463bfa150ac5f4602f Mon Sep 17 00:00:00 2001 From: TheoQM Date: Mon, 18 Mar 2024 14:38:57 +0100 Subject: [PATCH] default config --- examples/Callable_from_qua/configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Callable_from_qua/configuration.py b/examples/Callable_from_qua/configuration.py index e4534935..f30fb65b 100644 --- a/examples/Callable_from_qua/configuration.py +++ b/examples/Callable_from_qua/configuration.py @@ -1,8 +1,8 @@ ###################### # Network parameters # ###################### -qop_ip = "172.16.33.101" # Write the QM router IP address -cluster_name = "Cluster_83" # Write your cluster_name if version >= QOP220 +qop_ip = "127.0.0.1" # Write the QM router IP address +cluster_name = "Cluster_1" # Write your cluster_name if version >= QOP220 qop_port = None # Write the QOP port if version < QOP220 # Set octave_config to None if no octave are present octave_config = None