autqec


Nameautqec JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/hsayginel/autqec
SummaryTools for finding logical Clifford gates of QEC stabilizer codes from code automorphisms.
upload_time2024-12-05 22:12:24
maintainerNone
docs_urlNone
authorHasan Sayginel
requires_python<4.0,>=3.11
licenseGNU General Public License v3.0, 29 June 2007
keywords quantum computing quantum error correction quantum low-density parity check codes ldpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # autqec
autqec (optionally pronounced as 'oat cake') is a Python package for studying fault-tolerant logical Clifford gates on stabilizer quantum error correcting codes based on their symmetries. Given a set of stabilizer generators of a stabilizer code, it maps the stabilizer code to a related binary linear code, computes its automorphism group (using MAGMA software), and imposes constraints based on the Clifford operators permitted. The allowed permutation automorphisms translate to symplectic matrices which are represented as Clifford unitaries in $6$ layers of gates as $H-CNOT-S-CZ-X-C(X,X)$. The software also computes appropriate Pauli corrections to the physical circuits with a particular logical action by considering the destabilizers of the stabilizer code. 

autqec can identify transversal, *SWAP*-transversal and short-depth arbitrary Clifford circuits that preserve the stabilizer group and has non-trivial logical action on the logical qubits. Outline of the algorithms for finding logical Clifford operators via code automorphisms is given below.

![Algorithm Outline](autqec/algorithm_outline.png)

## Installation 
Run: `pip install autqec`

## Dependencies (for full functionality)
MAGMA V2.28-8: http://magma.maths.usyd.edu.au/magma/. 

## Citation 
H. Sayginel, S. Koutsioumpas, M. Webster, A. Rajput, and D. E. Browne, Fault-Tolerant Logical Clifford Gates from Code Automorphisms, (2024), arXiv:2409.18175 [quant-ph].

```
@article{autqec_paper,
    author = "Sayginel, Hasan and Koutsioumpas, Stergios and Webster, Mark and Rajput, Abhishek and Browne, Dan E.",
    title = "{Fault-Tolerant Logical Clifford Gates from Code Automorphisms}",
    eprint = "2409.18175",
    archivePrefix = "arXiv",
    journal = "arXiv:2409.18175",
    primaryClass = "quant-ph",
    month = "9",
    year = "2024"
}
```

```
@misc{autqec_code,
    author = {Sayginel, Hasan},
    license = {GPL-3.0},
    month = aug,
    title = {{autqec (Logical Clifford Gates from Code Automorphisms)}},
    howpublished = {\url{https://github.com/hsayginel/autqec}},
    version = {0.0.2},
    year = {2024}
    }
```

## Acknowledgements
This work is supported by various EPSRC grants. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hsayginel/autqec",
    "name": "autqec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "quantum computing, quantum error correction, quantum low-density parity check codes, LDPC",
    "author": "Hasan Sayginel",
    "author_email": "hasan.sayginel.17@ucl.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/0c/a4/143ead13943d3445f54fbb4e84253c0c232b0127fdce60fc5846d3205a7a/autqec-0.0.2.tar.gz",
    "platform": null,
    "description": "# autqec\nautqec (optionally pronounced as 'oat cake') is a Python package for studying fault-tolerant logical Clifford gates on stabilizer quantum error correcting codes based on their symmetries. Given a set of stabilizer generators of a stabilizer code, it maps the stabilizer code to a related binary linear code, computes its automorphism group (using MAGMA software), and imposes constraints based on the Clifford operators permitted. The allowed permutation automorphisms translate to symplectic matrices which are represented as Clifford unitaries in $6$ layers of gates as $H-CNOT-S-CZ-X-C(X,X)$. The software also computes appropriate Pauli corrections to the physical circuits with a particular logical action by considering the destabilizers of the stabilizer code. \n\nautqec can identify transversal, *SWAP*-transversal and short-depth arbitrary Clifford circuits that preserve the stabilizer group and has non-trivial logical action on the logical qubits. Outline of the algorithms for finding logical Clifford operators via code automorphisms is given below.\n\n![Algorithm Outline](autqec/algorithm_outline.png)\n\n## Installation \nRun: `pip install autqec`\n\n## Dependencies (for full functionality)\nMAGMA V2.28-8: http://magma.maths.usyd.edu.au/magma/. \n\n## Citation \nH. Sayginel, S. Koutsioumpas, M. Webster, A. Rajput, and D. E. Browne, Fault-Tolerant Logical Clifford Gates from Code Automorphisms, (2024), arXiv:2409.18175 [quant-ph].\n\n```\n@article{autqec_paper,\n    author = \"Sayginel, Hasan and Koutsioumpas, Stergios and Webster, Mark and Rajput, Abhishek and Browne, Dan E.\",\n    title = \"{Fault-Tolerant Logical Clifford Gates from Code Automorphisms}\",\n    eprint = \"2409.18175\",\n    archivePrefix = \"arXiv\",\n    journal = \"arXiv:2409.18175\",\n    primaryClass = \"quant-ph\",\n    month = \"9\",\n    year = \"2024\"\n}\n```\n\n```\n@misc{autqec_code,\n    author = {Sayginel, Hasan},\n    license = {GPL-3.0},\n    month = aug,\n    title = {{autqec (Logical Clifford Gates from Code Automorphisms)}},\n    howpublished = {\\url{https://github.com/hsayginel/autqec}},\n    version = {0.0.2},\n    year = {2024}\n    }\n```\n\n## Acknowledgements\nThis work is supported by various EPSRC grants. \n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0, 29 June 2007",
    "summary": "Tools for finding logical Clifford gates of QEC stabilizer codes from code automorphisms.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/hsayginel/autqec",
        "Repository": "https://github.com/hsayginel/autqec"
    },
    "split_keywords": [
        "quantum computing",
        " quantum error correction",
        " quantum low-density parity check codes",
        " ldpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f3273c6a5373a27238d4628d0ed16a71dcd155b92b582eee188e1bbbd160ced",
                "md5": "693c70749112afa42546376082a14217",
                "sha256": "db4f797cd600ffc908224698423914daa2bfa5385467ba07acf4efd26c102d2c"
            },
            "downloads": -1,
            "filename": "autqec-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "693c70749112afa42546376082a14217",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 469408,
            "upload_time": "2024-12-05T22:12:22",
            "upload_time_iso_8601": "2024-12-05T22:12:22.512650Z",
            "url": "https://files.pythonhosted.org/packages/6f/32/73c6a5373a27238d4628d0ed16a71dcd155b92b582eee188e1bbbd160ced/autqec-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ca4143ead13943d3445f54fbb4e84253c0c232b0127fdce60fc5846d3205a7a",
                "md5": "9309f9a0f821e048f2f8e51e58eccbe8",
                "sha256": "058af505c9ce70908070fefdf45173afe6036f7cabfccc65ab11edc43fd75329"
            },
            "downloads": -1,
            "filename": "autqec-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9309f9a0f821e048f2f8e51e58eccbe8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 458126,
            "upload_time": "2024-12-05T22:12:24",
            "upload_time_iso_8601": "2024-12-05T22:12:24.693963Z",
            "url": "https://files.pythonhosted.org/packages/0c/a4/143ead13943d3445f54fbb4e84253c0c232b0127fdce60fc5846d3205a7a/autqec-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 22:12:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hsayginel",
    "github_project": "autqec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "autqec"
}
        
Elapsed time: 0.43409s