|
| 1 | +<!doctype html> |
| 2 | +<html lang="en" class="dark"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="robots" content="index, follow, max-image-preview:large" /> |
| 7 | + <meta name="theme-color" content="#24e7ff" /> |
| 8 | + <meta name="msapplication-TileColor" content="#24e7ff" /> |
| 9 | + <meta name="description" content="QECTOR Decoder v3 - Production-grade Python library for quantum error correction decoding with exact MWPM parity to PyMatching and measurable Belief-Matching gains." /> |
| 10 | + <link rel="canonical" href="https://qector.store/" /> |
| 11 | + <meta property="og:type" content="website" /> |
| 12 | + <meta property="og:site_name" content="QECTOR" /> |
| 13 | + <meta property="og:title" content="QECTOR · Production-Grade Quantum Error Correction Decoding for Python" /> |
| 14 | + <meta property="og:description" content="QECTOR Decoder v3 - Production-grade Python library for quantum error correction decoding with exact MWPM parity to PyMatching and measurable Belief-Matching gains." /> |
| 15 | + <meta property="og:url" content="https://qector.store/" /> |
| 16 | + <meta property="og:image" content="https://qector.store/assets/logo.svg" /> |
| 17 | + <meta name="twitter:card" content="summary_large_image" /> |
| 18 | + <meta name="twitter:site" content="@DJiD01T" /> |
| 19 | + <meta name="twitter:title" content="QECTOR · Production-Grade Quantum Error Correction Decoding for Python" /> |
| 20 | + <meta name="twitter:description" content="QECTOR Decoder v3 - Production-grade Python library for quantum error correction decoding with exact MWPM parity to PyMatching and measurable Belief-Matching gains." /> |
| 21 | + <meta name="twitter:image" content="https://qector.store/assets/logo.svg" /> |
| 22 | + <link rel="preconnect" href="https://github.com" /> |
| 23 | + <link rel="dns-prefetch" href="https://github.com" /> |
| 24 | + <link rel="preconnect" href="https://pypi.org" /> |
| 25 | + <link rel="dns-prefetch" href="https://pypi.org" /> |
| 26 | + |
| 27 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 28 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 29 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet" /> |
| 30 | + <title>QECTOR · Production-Grade Quantum Error Correction Decoding for Python</title> |
| 31 | + </head> |
| 32 | + <body> |
| 33 | + <script type="text/javascript"> |
| 34 | + (function(l){if(l.search[1]==='p'&&l.search.slice(1,3)==='p='){var d=l.search.slice(3).split('&').map(function(s){return s.replace(/~and~/g,'&');}).join('?');window.history.replaceState(null,null,l.pathname.slice(0,-1)+d+l.hash);}})(window.location); |
| 35 | + </script> |
| 36 | + <div id="root"></div> |
| 37 | + <script type="module" src="/src/main.tsx"></script> |
| 38 | + </body> |
| 39 | +</html> |
0 commit comments