File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed
examples/nativeMode/teleport Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "name" : " default" ,
4+ "nodes" : [
5+ {
6+ "Alice" : {
7+ "app_socket" : [
8+ " localhost" ,
9+ 8001
10+ ],
11+ "qnodeos_socket" : [
12+ " localhost" ,
13+ 8002
14+ ],
15+ "vnode_socket" : [
16+ " localhost" ,
17+ 8003
18+ ]
19+ }
20+ },
21+ {
22+ "Bob" : {
23+ "app_socket" : [
24+ " localhost" ,
25+ 8010
26+ ],
27+ "qnodeos_socket" : [
28+ " localhost" ,
29+ 8011
30+ ],
31+ "vnode_socket" : [
32+ " localhost" ,
33+ 8012
34+ ]
35+ }
36+ }
37+ ],
38+ "topology" : null
39+ }
40+ ]
Original file line number Diff line number Diff line change 1+ {
2+ "max_qubits" : 20 ,
3+ "max_registers" : 1000 ,
4+ "conn_retry_time" : 0.5 ,
5+ "conn_max_retries" : 10 ,
6+ "recv_timeout" : 100 ,
7+ "recv_retry_time" : 0.1 ,
8+ "recv_max_retries" : 10 ,
9+ "log_level" : 30 ,
10+ "sim_backend" : " projectq" ,
11+ "noisy_qubits" : false ,
12+ "max_app_waiting_time" : -1.0 ,
13+ "t1" : 1.0
14+ }
You can’t perform that action at this time.
0 commit comments