victor79 commited on
Commit
94692bf
·
verified ·
1 Parent(s): 9b6d6cd

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "reinforcement_learning",
3
+ "task": "quantum_circuit_transpilation",
4
+ "problem_type": "quantum_transpilation",
5
+ "license": "apache-2.0",
6
+ "tags": ["quantum-computing", "reinforcement-learning", "circuit-synthesis", "qiskit", "quantum-transpilation", "clifford-synthesis"],
7
+ "paper": {
8
+ "title": "Practical and efficient quantum circuit synthesis and transpiling with reinforcement learning",
9
+ "authors": ["Kremer, D.", "Villar, V.", "Paik, H.", "Duran, I.", "Faro, I.", "Cruz-Benito, J."],
10
+ "arxiv": "2405.13196",
11
+ "year": 2024
12
+ }
13
+ }