{"id":20669472,"url":"https://github.com/iitis/matrixensembles.jl","last_synced_at":"2025-03-10T16:35:36.067Z","repository":{"id":56587613,"uuid":"307116170","full_name":"iitis/MatrixEnsembles.jl","owner":"iitis","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-02T12:49:02.000Z","size":353,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T20:18:39.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/iitis.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}},"created_at":"2020-10-25T14:24:06.000Z","updated_at":"2023-05-02T11:18:22.000Z","dependencies_parsed_at":"2022-08-15T21:30:58.934Z","dependency_job_id":null,"html_url":"https://github.com/iitis/MatrixEnsembles.jl","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iitis%2FMatrixEnsembles.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iitis%2FMatrixEnsembles.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iitis%2FMatrixEnsembles.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iitis%2FMatrixEnsembles.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iitis","download_url":"https://codeload.github.com/iitis/MatrixEnsembles.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242884473,"owners_count":20201124,"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":"2024-11-16T20:14:29.346Z","updated_at":"2025-03-10T16:35:36.032Z","avatar_url":"https://github.com/iitis.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/iitis/MatrixEnsembles.jl.svg?branch=master)](https://travis-ci.org/iitis/MatrixEnsembles.jl)\n[![Coverage Status](https://coveralls.io/repos/github/iitis/MatrixEnsembles.jl/badge.svg?branch=master)](https://coveralls.io/github/iitis/MatrixEnsembles.jl?branch=master)\n# MatrixEnsembles.jl\n\n## Sampling random matrices on the GPU\n\nWe have introduced an experimental implementation of sampling of random matrices and random quantum objects on the GPU. In order to use this feature, the `CUDA` package is required. To import `MatrixEnsembles` with GPU support use\n```julia\nusing CUDA, MatrixEnsembles\n```\nIn order to sample use the `curand` method on a distribuiotn. For instance\n```julia\njulia\u003e c = CUE(4096)\nCircularEnsemble{2}(4096, GinibreEnsemble{2}(4096, 4096))\n\njulia\u003e @time rand(c);\n 10.452419 seconds (8.22 k allocations: 2.005 GiB, 2.18% gc time)\n\njulia\u003e @time MatrixEnsembles.curand(c);\n  0.459959 seconds (624.79 k allocations: 21.493 MiB)\n```\nPlease report any bugs/problems and feature requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiitis%2Fmatrixensembles.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiitis%2Fmatrixensembles.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiitis%2Fmatrixensembles.jl/lists"}