{"id":16568654,"url":"https://github.com/susyustc/stabilizer_gs","last_synced_at":"2025-09-20T20:31:49.469Z","repository":{"id":227574041,"uuid":"771819397","full_name":"SUSYUSTC/stabilizer_gs","owner":"SUSYUSTC","description":"Implementations and demonstrations for stabilizer ground states","archived":false,"fork":false,"pushed_at":"2024-07-17T20:42:58.000Z","size":47,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T10:34:44.105Z","etag":null,"topics":["quantum-chemistry","quantum-computing"],"latest_commit_sha":null,"homepage":"https://arxiv.org/abs/2403.08441","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SUSYUSTC.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-14T02:20:13.000Z","updated_at":"2024-12-09T09:46:06.000Z","dependencies_parsed_at":"2024-03-14T03:28:42.191Z","dependency_job_id":"ca3c5050-7e8d-4166-b305-54b42d2b3bf0","html_url":"https://github.com/SUSYUSTC/stabilizer_gs","commit_stats":null,"previous_names":["susyustc/stabilizer_gs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSYUSTC%2Fstabilizer_gs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSYUSTC%2Fstabilizer_gs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSYUSTC%2Fstabilizer_gs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSYUSTC%2Fstabilizer_gs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SUSYUSTC","download_url":"https://codeload.github.com/SUSYUSTC/stabilizer_gs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233686172,"owners_count":18714103,"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":["quantum-chemistry","quantum-computing"],"created_at":"2024-10-11T21:11:15.227Z","updated_at":"2025-09-20T20:31:44.180Z","avatar_url":"https://github.com/SUSYUSTC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stabilizer-Ground-States\n\nThis is the GitHub repo for \"Stabilizer ground states: theory, algorithms and applications\" by Jiace Sun, Lixue Cheng, and Shi-Xin Zhang. [Paper Link](https://arxiv.org/abs/2403.08441)\n\n## Usage\n\n### python (for demonstration)\nThree scripts are given for the exact stabilizer ground state of (1) general finite Hamiltonians, (2) 1D local finite Hamiltonians, (3) 1D local infinite periodic Hamiltonians.\n```\ncd py\npython sparse.py path_to_lib/example/hamiltonian_finite.txt\npython klocal_sparse.py path_to_lib/example/hamiltonian_finite.txt\npython klocal_periodic.py path_to_lib/example/hamiltonian_periodic.txt\n```\n### C++ (for performance)\n#### Installation\nrequirement: Eigen3 \u003e= 3.4.0, G++ \u003e= 9, Boost, OpenMP (for parallelism)\n```\ncd cpp\nmkdir build\ncd build\ncmake ..\nmake\n```\n#### Run\n```\n./klocal_sparse path_to_lib/example/hamiltonian_finite.txt\n./sparse path_to_lib/example/hamiltonian_finite.txt\n```\n\n### Format of Hamiltonian\n```\nn k\nw1 P1 sites1\nw2 P2 sites2\n...\n```\nn = number of qubits for finite Hamiltonians, or period for periodic Hamiltonians\n\nk = locality of Hamiltonian (i.e. each Pauli must be in site m to m + k - 1 for some m)\n\nSee details in [example](example)\n\n## Cite us\n```\n@article{sun2024stabilizer,\n  title={Stabilizer ground states: theory, algorithms and applications},\n  author={Sun, Jiace and Cheng, Lixue and Zhang, Shi-Xin},\n  journal={arXiv preprint arXiv:2403.08441},\n  year={2024}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsusyustc%2Fstabilizer_gs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsusyustc%2Fstabilizer_gs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsusyustc%2Fstabilizer_gs/lists"}