{"id":26536017,"url":"https://github.com/qecsim/tensornetworkcodes.jl","last_synced_at":"2025-03-21T21:17:31.024Z","repository":{"id":42671754,"uuid":"389831783","full_name":"qecsim/TensorNetworkCodes.jl","owner":"qecsim","description":"TensorNetworkCodes is a Julia library developed to support the following research: https://arxiv.org/abs/2109.11996","archived":false,"fork":false,"pushed_at":"2023-11-25T11:42:00.000Z","size":3880,"stargazers_count":8,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-20T22:51:07.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qecsim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-27T03:03:52.000Z","updated_at":"2024-11-04T02:31:12.000Z","dependencies_parsed_at":"2023-11-25T12:38:36.773Z","dependency_job_id":null,"html_url":"https://github.com/qecsim/TensorNetworkCodes.jl","commit_stats":{"total_commits":172,"total_committers":3,"mean_commits":"57.333333333333336","dds":"0.19767441860465118","last_synced_commit":"530ae4fd822f6114fad01d59ac921654422df6cf"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qecsim%2FTensorNetworkCodes.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qecsim%2FTensorNetworkCodes.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qecsim%2FTensorNetworkCodes.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qecsim%2FTensorNetworkCodes.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qecsim","download_url":"https://codeload.github.com/qecsim/TensorNetworkCodes.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868755,"owners_count":20523592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-21T21:17:30.379Z","updated_at":"2025-03-21T21:17:30.995Z","avatar_url":"https://github.com/qecsim.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TensorNetworkCodes\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://qecsim.github.io/TensorNetworkCodes.jl/stable)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://qecsim.github.io/TensorNetworkCodes.jl/dev)\n[![Build Status](https://github.com/qecsim/TensorNetworkCodes.jl/workflows/CI/badge.svg)](https://github.com/qecsim/TensorNetworkCodes.jl/actions)\n[![Coverage](https://codecov.io/gh/qecsim/TensorNetworkCodes.jl/branch/main/graph/badge.svg?token=M4ATXN9DIK)](https://codecov.io/gh/qecsim/TensorNetworkCodes.jl)\n\n## Introduction\n\n[TensorNetworkCodes.jl](https://github.com/qecsim/TensorNetworkCodes.jl) is a Julia library\ndeveloped to support the following research:\n\n* T. Farrelly, D. K. Tuckett, T. M. Stace, _Local tensor-network codes_,\n  [arXiv:2109.11996](https://arxiv.org/abs/2109.11996), (2021).\n\n## Installation\n\n_TensorNetworkCodes.jl_ is installed, like any other registered Julia package,\nusing the Julia package manager [Pkg](https://pkgdocs.julialang.org/):\n\n```julia\npkg\u003e add TensorNetworkCodes  # Press ']' to enter the Pkg REPL mode.\n```\nor\n```julia\njulia\u003e using Pkg; Pkg.add(\"TensorNetworkCodes\")\n```\n\n## Demos\n\nThe following demos correspond to results included in\n[arXiv:2109.11996](https://arxiv.org/abs/2109.11996):\n\n* [Small example tensor-network codes and code distances](https://nbviewer.org/github/qecsim/TensorNetworkCodes.jl/blob/main/nbs/Small_examples_with_distance.ipynb)\n\n* [The 19 qubit colour code as a tensor-network code](https://nbviewer.org/github/qecsim/TensorNetworkCodes.jl/blob/main/nbs/Colour_code.ipynb)\n\n* [The modified surface code](https://nbviewer.org/github/qecsim/TensorNetworkCodes.jl/blob/main/nbs/Modified_surface_code_example.ipynb)\n\n## Citing\n\nPlease cite _TensorNetworkCodes.jl_ if you use it in your research.\n\nA suitable BibTeX entry is:\n\n    @article{Farrelly_LocalTNCodes_2021,\n        title = {Local tensor-network codes},\n        author = {Farrelly, Terry and Tuckett, David K. and Stace, Thomas M.},\n        year = {2021},\n        archiveprefix = {arXiv},\n        eprint = {2109.11996},\n        url = {https://arxiv.org/abs/2109.11996},\n    }\n\nSimilarly, please cite [Qecsim.jl](https://github.com/qecsim/Qecsim.jl) if you use its\nfeatures in your research, see\n[Qecsim.jl Documentation](https://qecsim.github.io/Qecsim.jl/) for details.\n\n## License\n\n_TensorNetworkCodes.jl_ is released under the BSD 3-Clause license, see\n[LICENSE](https://github.com/qecsim/TensorNetworkCodes.jl/blob/main/LICENSE).\n\n## Links\n\n* Source code: \u003chttps://github.com/qecsim/TensorNetworkCodes.jl\u003e\n* Documentation: \u003chttps://qecsim.github.io/TensorNetworkCodes.jl\u003e\n* Contact: Terry Farrelly [farreltc@tcd.ie](mailto:farreltc@tcd.ie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqecsim%2Ftensornetworkcodes.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqecsim%2Ftensornetworkcodes.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqecsim%2Ftensornetworkcodes.jl/lists"}