Add a config.json file to enable download metrics

#2
by cbjuan - opened
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "reinforcement_learning",
3
+ "task": "quantum_circuit_synthesis",
4
+ "problem_type": "permutation_synthesis",
5
+ "framework": "qiskit-gym",
6
+ "variants": [
7
+ {"name": "permutation_8qL", "qubits": 8, "topology": "L"},
8
+ {"name": "permutation_12qO", "qubits": 12, "topology": "O"},
9
+ {"name": "permutation_27q", "qubits": 27, "topology": "HEX"},
10
+ {"name": "permutation_33q", "qubits": 33, "topology": "HEX"},
11
+ {"name": "permutation_65q", "qubits": 65, "topology": "HEX"}
12
+ ],
13
+ "license": "apache-2.0",
14
+ "tags": ["quantum-computing", "reinforcement-learning", "circuit-synthesis", "qiskit", "quantum-transpilation", "permutation-synthesis"],
15
+ "paper": {
16
+ "title": "Practical and efficient quantum circuit synthesis and transpiling with reinforcement learning",
17
+ "authors": ["Kremer, D.", "Villar, V.", "Paik, H.", "Duran, I.", "Faro, I.", "Cruz-Benito, J."],
18
+ "arxiv": "2405.13196",
19
+ "year": 2024
20
+ }
21
+ }