{"id":16731106,"url":"https://github.com/tsgut/matrix-generators-for-su2-and-su3","last_synced_at":"2026-01-03T05:03:16.279Z","repository":{"id":154274192,"uuid":"135988208","full_name":"TSGut/Matrix-Generators-for-SU2-and-SU3","owner":"TSGut","description":"Computes the generators for a given representation of SU2 and SU3.","archived":false,"fork":false,"pushed_at":"2021-01-19T21:10:22.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T07:49:32.974Z","etag":null,"topics":["bprobe","bprobem","fuzzy-spaces","lie-algebra","lie-groups","mathematica","mathematica-notebook","matrices","matrix","matrix-geometry","matrix-models","quantum-geometry","representation-theory","representations","wolfram-mathematica"],"latest_commit_sha":null,"homepage":null,"language":"Mathematica","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TSGut.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":"2018-06-04T07:36:28.000Z","updated_at":"2021-01-19T21:10:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9242fedb-14b1-415d-a51e-7da692e222a0","html_url":"https://github.com/TSGut/Matrix-Generators-for-SU2-and-SU3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSGut%2FMatrix-Generators-for-SU2-and-SU3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSGut%2FMatrix-Generators-for-SU2-and-SU3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSGut%2FMatrix-Generators-for-SU2-and-SU3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSGut%2FMatrix-Generators-for-SU2-and-SU3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TSGut","download_url":"https://codeload.github.com/TSGut/Matrix-Generators-for-SU2-and-SU3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243769987,"owners_count":20345217,"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":["bprobe","bprobem","fuzzy-spaces","lie-algebra","lie-groups","mathematica","mathematica-notebook","matrices","matrix","matrix-geometry","matrix-models","quantum-geometry","representation-theory","representations","wolfram-mathematica"],"created_at":"2024-10-12T23:35:53.444Z","updated_at":"2026-01-03T05:03:16.222Z","avatar_url":"https://github.com/TSGut.png","language":"Mathematica","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub](https://img.shields.io/badge/parent%20project-BProbeM-blue.svg)](https://github.com/TSGut/BProbeM)\n[![GitHub](https://img.shields.io/github/license/TSGut/BProbeM.svg)](https://github.com/TSGut/Matrix-Generators-for-SU2-and-SU3/blob/master/LICENSE)\n\n# Matrix-Generators-for-SU2-and-SU3\n\nComputes the generators for a given representation of SU2 and SU3 as a list of matrices.\n\n`MatrixRepSU2` in SU2Gen.m returns a specific matrix representation of the group SU(2) with dimension as given via non-optional argument. The method returns a [`List`] of three matrices.\n\n`MatrixRepSU3` in SU3Gen.m returns a specific matrix representation of the group SU(3) with [highest weight] as given via non-optional argument, e.g. for `{1,0}` it will return the [Gell-Mann matrices]. The method returns a [`List`] of eight matrices.\n\nThese two Wolfram Mathematica notebooks are a part of [BProbeM], an open source Mathematica package to scan matrix geometries, forked from the original [BProbe]. The particular instances presented here have only been minimally modified to work as stand-alone functions instead of being part of a package. I suggest looking at the internal documentation via comments as well as thinking about the scaling your particular application requires.\n\nThe notebooks can in principle be added to Mathematica as part of the BProbeM package if desired but I believe they can perhaps be useful for other purposes and presenting them separate from the BProbeM package can help people who are looking for such an implementation to find them more easily.\n\nFor the purposes of citing if you use this in projects / research, please see the full [BProbeM] package.\n\n## Software License\n\nThe code for these two notebooks is subject to GNU General Public License v3.0, see the original variant [here].\n\nThe two notebooks that are part of Matrix-Generators-for-SU2-and-SU3 are free software: you can redistribute them and/or modify\nthem under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis software is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this software. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n[`List`]: https://reference.wolfram.com/language/ref/List.html\n[highest weight]: https://en.wikipedia.org/wiki/Weight_%28representation_theory%29\n[Gell-Mann matrices]: https://en.wikipedia.org/wiki/Gell-Mann_matrices\n[BProbe]: https://github.com/lschneiderbauer/BProbe\n[BProbeM]: https://github.com/TSGut/BProbeM/\n[here]: https://github.com/lschneiderbauer/BProbe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsgut%2Fmatrix-generators-for-su2-and-su3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsgut%2Fmatrix-generators-for-su2-and-su3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsgut%2Fmatrix-generators-for-su2-and-su3/lists"}