Add config.json file to enable downloads tracking in HuggingFace

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