{"id":23524238,"url":"https://github.com/pietrozanotta/quriust","last_synced_at":"2025-04-19T22:53:24.522Z","repository":{"id":213420167,"uuid":"732800247","full_name":"PietroZanotta/quriust","owner":"PietroZanotta","description":"Library to simulate a gate based quantum computer and run algorithms. Only for quriust people ","archived":false,"fork":false,"pushed_at":"2024-05-10T09:38:37.000Z","size":52,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T08:41:31.170Z","etag":null,"topics":["quantum-algorithms","quantum-computing"],"latest_commit_sha":null,"homepage":"https://docs.rs/quriust/latest/quriust/index.html","language":"Rust","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/PietroZanotta.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":"2023-12-17T21:29:10.000Z","updated_at":"2024-10-02T22:58:01.000Z","dependencies_parsed_at":"2023-12-30T00:27:29.797Z","dependency_job_id":"d0521a1d-c693-4813-8b91-3f41ec37581b","html_url":"https://github.com/PietroZanotta/quriust","commit_stats":null,"previous_names":["scipioneparmigiano/quriust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PietroZanotta%2Fquriust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PietroZanotta%2Fquriust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PietroZanotta%2Fquriust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PietroZanotta%2Fquriust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PietroZanotta","download_url":"https://codeload.github.com/PietroZanotta/quriust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249824537,"owners_count":21330334,"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-algorithms","quantum-computing"],"created_at":"2024-12-25T18:15:11.024Z","updated_at":"2025-04-19T22:53:24.505Z","avatar_url":"https://github.com/PietroZanotta.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/crates/d/quriust.svg\" alt=\"Downloads\"\u003e\n   \u003cimg src=\"https://img.shields.io/crates/v/quriust.svg\" alt=\"Version\"\u003e\n\u003c/div\u003e\n\n# Quriust\nJust a quantum computing simulator in Rust for curious ones, built to run and learn some simple algorithms. \n\n## Installation\n\nAdd this library as a dependency in your `Cargo.toml`:\n\n```toml\n[dependencies]\nquriust = \"0.2.0\"\n```\n\n## Usage\nHere's a basic example demonstrating how to use this library:\n\n```rust\nuse quriust::registers::{ClassicalRegister, QuantumRegister};\n\n// Create a new quantum register \nlet classical_register: ClassicalRegister = ClassicalRegister::from_value(4, 1);\nlet mut register = QuantumRegister::new(\u0026classical_register);\n \n// Apply a Hadamard gate to the first qubit\nregister.h(1);\n \n// Measure the register\nlet measurement = register.measure();\n \n// Print the measurement outcome\nprintln!(\"Measurement outcome: {:?}\", measurement);\n```\n\n## Documentation\nFor detailed usage instructions and API documentation, see the [documentation](https://docs.rs/quriust/latest/quriust/index.html).\n\n## Contributing\nQuriust welcomes contributions from the community to enhance its features, improve performance, and fix bugs. If you're interested in contributing, feel free to submit pull requests with your improvements.\n\n## License\nThis library is licensed under the MIT License. See the [LICENSE](https://github.com/ScipioneParmigiano/quriust/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpietrozanotta%2Fquriust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpietrozanotta%2Fquriust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpietrozanotta%2Fquriust/lists"}