{"id":18255596,"url":"https://github.com/fedonman/covex-quantum-circuit-simulator","last_synced_at":"2026-04-16T19:48:24.568Z","repository":{"id":119663210,"uuid":"377581074","full_name":"fedonman/covex-quantum-circuit-simulator","owner":"fedonman","description":"CoveX is an ASP.NET Core framework for simulating quantum circuits written in C#","archived":false,"fork":false,"pushed_at":"2022-01-25T13:34:51.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T04:56:24.605Z","etag":null,"topics":["csharp","csharp-library","dotnet","dotnet-core","nuget-package","quantum","quantum-circuit","quantum-computing"],"latest_commit_sha":null,"homepage":"","language":"C#","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/fedonman.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":"2021-06-16T17:45:25.000Z","updated_at":"2022-01-25T13:03:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8f7d313-c7e1-430f-bc04-cf385b46c94b","html_url":"https://github.com/fedonman/covex-quantum-circuit-simulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fedonman/covex-quantum-circuit-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedonman%2Fcovex-quantum-circuit-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedonman%2Fcovex-quantum-circuit-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedonman%2Fcovex-quantum-circuit-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedonman%2Fcovex-quantum-circuit-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedonman","download_url":"https://codeload.github.com/fedonman/covex-quantum-circuit-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedonman%2Fcovex-quantum-circuit-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31902123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["csharp","csharp-library","dotnet","dotnet-core","nuget-package","quantum","quantum-circuit","quantum-computing"],"created_at":"2024-11-05T10:17:57.975Z","updated_at":"2026-04-16T19:48:24.535Z","avatar_url":"https://github.com/fedonman.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoveX: Quantum Circuit Simulator\n\n![Nuget](https://img.shields.io/nuget/v/CoveX.LocalSimulation)\n\nCoveX is a .NET Core framework for simulating quantum circuits written in C#.\n\nIt was originally written in .NET Framework 4.5 in the context of my BSc thesis on quantum computing. It is now updated to .NET Core 3.1 and listed on GitHub for reference reasons. There are no plans for further active development, however some code samples will be created for educational purposes and .NET version may update.\n\n## Getting Started\n\nCoveX is [available on NuGet](https://www.nuget.org/packages/CoveX.LocalSimulation/):\n\n```bash\ndotnet add package CoveX.LocalSimulation\n```\n\n## Usage Example\n\nDemostrate entanglement via an EPR pair:\n\n```csharp\n// Create a Quantum Register\nIQuantumRegister qRegister = new QuantumRegister(2);\n\n// Entangle via Hadamard followed by CNot\n(qRegister.SliceTo(0)).OperationHadamard();\nqRegister.OperationCNot();\n\n// Measure and display the result\nClassicalResult cResult = qRegister.Measure();\nConsole.WriteLine(\"Result: \" + cResult.ToString());\n```\n\n## License\n\nCoveX is released under the MIT License. See [LICENSE][1] file for details.\n\n## Author\n\nVyron Vasileiadis \u003chi@fedonman.com\u003e\n\n## Links\n\n- My BSc thesis on quantum computing: \u003chttps://fedonman.com/BSc-Thesis-Vyron-Vasileiadis.pdf\u003e\n\n[1]: https://github.com/fedonman/covex-quantum-circuit-simulator/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedonman%2Fcovex-quantum-circuit-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedonman%2Fcovex-quantum-circuit-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedonman%2Fcovex-quantum-circuit-simulator/lists"}