{"id":18861127,"url":"https://github.com/vivelev/quantsim","last_synced_at":"2026-02-09T07:30:22.042Z","repository":{"id":55833915,"uuid":"184641479","full_name":"VIVelev/Quantsim","owner":"VIVelev","description":"Quantum Computing Simulation in Python","archived":false,"fork":false,"pushed_at":"2020-12-11T16:26:38.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T07:14:37.502Z","etag":null,"topics":["quantum-computing"],"latest_commit_sha":null,"homepage":"","language":"Python","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/VIVelev.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":"2019-05-02T19:42:24.000Z","updated_at":"2020-12-11T17:40:56.000Z","dependencies_parsed_at":"2022-08-15T07:40:13.411Z","dependency_job_id":null,"html_url":"https://github.com/VIVelev/Quantsim","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/VIVelev%2FQuantsim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVelev%2FQuantsim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVelev%2FQuantsim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVelev%2FQuantsim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VIVelev","download_url":"https://codeload.github.com/VIVelev/Quantsim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800405,"owners_count":19699129,"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-computing"],"created_at":"2024-11-08T04:28:11.168Z","updated_at":"2026-02-09T07:30:21.973Z","avatar_url":"https://github.com/VIVelev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quantsim\nQuantum Computing Simulation in Python \n\n### Simple Random Bit Generator program\n```python\nfrom quantsim import Qubit, H, M\n\ndef random_bit():\n    # Init a Qubit\n    q = Qubit()\n\n    # Apply Hadamard Gate\n    q - H - M\n    # q.H().measure() is equivalent\n\n    return q.measured_state\n```\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. \n\n### Prerequisites\n\n* [Python](https://www.python.org/) - The Programming Language used.\n* [Pipenv](https://github.com/pypa/pipenv) - Dependency and Virtual Environment Management\n\n***Download for Mac OSX using Homebrew***\n```\nbrew install python\nbrew install pipenv\n```\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\n1) Since we are using the **Python** programming language as a main language, you will need to download it.\nYou can do so from the official **Python** [website](https://www.python.org/).\n\n2) Once you have **Python** up and running we then need to setup our development env. For that\nwe are using **Pipenv**. You will need to install it. Check out [these](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv) instructions to see how is done.\n\n3) Now, that you have the prerequisites the only part left is too install all the other **Pyhton** packages\nthat **Quantsim** depends on. To do run the following:\n    ```\n    pipenv install --dev\n    ```\n    The `--dev` tag is used in order **Pipenv** to know to install also the packages that are used in the\n    package development process.\n\n## Built With\n\n* [NumPy](http://www.numpy.org/) - Fundamental package for scientific computing with Python\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/VIVelev/PyDojoML/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/VIVelev/PyDojoML/tags). \n\n## Authors\n\n* **Victor Velev** - *Initial work* - [VIVelev](https://github.com/VIVelev)\n\nSee also the list of [contributors](https://github.com/VIVelev/PyDojoML/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivelev%2Fquantsim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivelev%2Fquantsim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivelev%2Fquantsim/lists"}