{"id":46114603,"url":"https://github.com/cvsvensson/majoranas-in-interacting-systems","last_synced_at":"2026-03-01T23:02:43.238Z","repository":{"id":320208648,"uuid":"1070740491","full_name":"cvsvensson/Majoranas-in-interacting-systems","owner":"cvsvensson","description":"Code used to generate data and figures for the article \"Quantifying robustness and locality of Majorana bound states in interacting systems\"","archived":false,"fork":false,"pushed_at":"2026-02-27T15:16:33.000Z","size":6040,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T20:26:30.836Z","etag":null,"topics":["majorana-fermions","quantum-physics","scientific-papers"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvsvensson.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T11:27:19.000Z","updated_at":"2025-11-05T11:45:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ee4cdfc-c968-4ff7-84b8-a81e4c5e7af7","html_url":"https://github.com/cvsvensson/Majoranas-in-interacting-systems","commit_stats":null,"previous_names":["cvsvensson/majoranas-in-interacting-systems"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cvsvensson/Majoranas-in-interacting-systems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvsvensson%2FMajoranas-in-interacting-systems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvsvensson%2FMajoranas-in-interacting-systems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvsvensson%2FMajoranas-in-interacting-systems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvsvensson%2FMajoranas-in-interacting-systems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvsvensson","download_url":"https://codeload.github.com/cvsvensson/Majoranas-in-interacting-systems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvsvensson%2FMajoranas-in-interacting-systems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29987656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["majorana-fermions","quantum-physics","scientific-papers"],"created_at":"2026-03-01T23:02:42.479Z","updated_at":"2026-03-01T23:02:43.233Z","avatar_url":"https://github.com/cvsvensson.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quantifying robustness and locality of Majorana bound states in interacting systems\nThis repository contains the code used to generate the data and the figures used in the paper\n\u003e **[Quantifying robustness and locality of Majorana bound states in interacting systems](https://arxiv.org/abs/2510.20538)** \\\n\u003e *William Samuelson, Juan Daniel Torres Luna, Sebastian Miles, A. Mert Bozkurt, Martin Leijnse, Michael Wimmer, Viktor Svensson*\n\nData for Figure 2 is generated by `scripts/phase_diagram_data.jl`, and the figure itself by `scripts/phase_diagram_plot.jl`.\n\n![Small version of Figure 2. Shows Majorana wavefunctions and phase diagram.](plots/int_kitaev_phase_diagram_and_wavefunctions_8.png)\n\nFigure 3 is generated by `scripts/energy_splitting.jl`.\n\n![Small version of Figure 3. Compares energy splitting to bounds.](plots/energy_splitting_comparison_8.png)\n\n### Methods\nThe main machinery of this code involves fermionic tensor products and fermionic partial traces. These are implemented in the package [FermionicHilbertSpaces.jl](https://github.com/cvsvensson/FermionicHilbertSpaces.jl).\n\n### Reproducing this project\nThis code base is using the [Julia Language](https://julialang.org/) and\n[DrWatson](https://juliadynamics.github.io/DrWatson.jl/stable/)\nto make a reproducible scientific project.\n\nTo (locally) reproduce this project, do the following:\n\n0. Download this code base. Notice that raw data are typically not included in the\n   git-history and may need to be downloaded independently.\n1. Open a Julia console and do:\n   ```\n   julia\u003e using Pkg\n   julia\u003e Pkg.add(\"DrWatson\") # install globally, for using `quickactivate`\n   julia\u003e Pkg.activate(\"path/to/this/project\")\n   julia\u003e Pkg.instantiate()\n   ```\n\nThis will install all necessary packages for you to be able to run the scripts and\neverything should work out of the box, including correctly finding local paths.\n\nYou may notice that most scripts start with the commands:\n```julia\nusing DrWatson\n@quickactivate :ManybodyMajoranas\n```\nwhich auto-activate the project and enable local path handling from DrWatson.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvsvensson%2Fmajoranas-in-interacting-systems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvsvensson%2Fmajoranas-in-interacting-systems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvsvensson%2Fmajoranas-in-interacting-systems/lists"}