Add banner
#3
by
victor79
- opened
- .gitattributes +1 -0
- README.md +3 -1
- hf-banner-ai-transpiler_linear-functions.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
hf-banner-ai-transpiler_linear-functions.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
| 4 |
# Linear Function Quantum Synthesis Circuit Models
|
| 5 |
|
| 6 |
## Introduction
|
| 7 |
This repository hosts models for linear function synthesis in quantum circuits trained with RL techniques. The models are specialized for different topologies up to 10 qubits.
|
| 8 |
|
| 9 |
-
A linear function over n qubits is an n×n binary transformation on X/Z operators (the reversible linear part of a Clifford). Implementing it means finding CX/SWAP-based circuits whose action matches that binary map.
|
| 10 |
|
| 11 |
For each model, there is the environment configs (`.json`) and the trained policy weights (`.safetensors`).
|
| 12 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+

|
| 5 |
+
|
| 6 |
# Linear Function Quantum Synthesis Circuit Models
|
| 7 |
|
| 8 |
## Introduction
|
| 9 |
This repository hosts models for linear function synthesis in quantum circuits trained with RL techniques. The models are specialized for different topologies up to 10 qubits.
|
| 10 |
|
| 11 |
+
A linear function over n qubits is an n×n binary transformation on X/Z operators (the reversible linear part of a Clifford). Implementing it means finding CX/SWAP-based circuits whose action matches that binary map.
|
| 12 |
|
| 13 |
For each model, there is the environment configs (`.json`) and the trained policy weights (`.safetensors`).
|
| 14 |
|
hf-banner-ai-transpiler_linear-functions.png
ADDED
|
Git LFS Details
|