-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassiq_config.json
More file actions
39 lines (39 loc) · 794 Bytes
/
Copy pathclassiq_config.json
File metadata and controls
39 lines (39 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"classiq": {
"email": "martinlutherupa1@gmail.com",
"backend": "simulator",
"optimization_level": "high",
"max_qubits": 30,
"shots": 1000,
"timeout": 300,
"auto_synthesis": true,
"error_mitigation": true,
"quantum_volume": "auto"
},
"quantum_algorithms": {
"shor_factorization": {
"enabled": true,
"max_number_size": 64,
"precision": "high"
},
"grover_search": {
"enabled": true,
"max_elements": 1000
},
"quantum_walk": {
"enabled": true,
"steps": 100
},
"qkd_bb84": {
"enabled": true,
"key_length": 256,
"error_rate": 0.01
}
},
"security": {
"quantum_resistant": true,
"post_quantum": true,
"hybrid_mode": true,
"multi_layer": true
}
}