Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _components/vareftqc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: VarEFTQC
languages:
- Python
frameworks:
- PennyLane
- OpenQASM
links:
docs: https://github.com/nicomeyer96/vareftqc/blob/main/README.md
github: https://github.com/nicomeyer96/vareftqc
maintainers:
- Fraunhofer IIS (Quantum Compilation Group)
---

The VarEFTQC library implements a variational co-design pipeline that jointly learns noise-tailored
quantum error-correcting encodings and physical realizations of logical gate sets in the codespace.
It can construct non-additive codes that reduce information loss compared to established stabilizer
codes while searching for transversal or otherwise low-depth implementations of target gate sets.
This makes it particularly useful for discovering hardware-adapted gadgets in the early
fault-tolerant quantum computing regime.
Comment on lines +15 to +20
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you could reduce this by one or two lines, that would be great!
If there really is no way to realistically shorten it anymore, please just let me know and we can handle it accordingly, but it feels a bit cleaner with a shorter summary, more consistent with other components.

Loading