Skip to content

Commit 5f5fb05

Browse files
committed
Add missing JSON configuration files for teleport example
1 parent b7b291e commit 5f5fb05

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

0 commit comments

Comments
 (0)