{"id":31618186,"url":"https://github.com/geeknik/timeline-simulator","last_synced_at":"2025-10-06T14:00:14.115Z","repository":{"id":314630118,"uuid":"1056224197","full_name":"geeknik/timeline-simulator","owner":"geeknik","description":"A sophisticated quantum mechanical simulator.","archived":false,"fork":false,"pushed_at":"2025-09-13T16:54:14.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T05:54:51.440Z","etag":null,"topics":["python","quantum-mechanical","simulator"],"latest_commit_sha":null,"homepage":"https://deepforkcyber.com/","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/geeknik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"geeknik","buy_me_a_coffee":"geeknik"}},"created_at":"2025-09-13T16:37:58.000Z","updated_at":"2025-09-14T02:10:57.000Z","dependencies_parsed_at":"2025-09-13T18:37:55.301Z","dependency_job_id":"8d143156-1888-4ff6-b6d9-30efb853237d","html_url":"https://github.com/geeknik/timeline-simulator","commit_stats":null,"previous_names":["geeknik/timeline-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geeknik/timeline-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeknik%2Ftimeline-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeknik%2Ftimeline-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeknik%2Ftimeline-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeknik%2Ftimeline-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geeknik","download_url":"https://codeload.github.com/geeknik/timeline-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeknik%2Ftimeline-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621846,"owners_count":26017253,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python","quantum-mechanical","simulator"],"created_at":"2025-10-06T14:00:09.694Z","updated_at":"2025-10-06T14:00:14.072Z","avatar_url":"https://github.com/geeknik.png","language":"Python","funding_links":["https://github.com/sponsors/geeknik","https://buymeacoffee.com/geeknik"],"categories":[],"sub_categories":[],"readme":"# Quantum Timeline Simulator\n\nA sophisticated quantum mechanical simulator that models multi-qubit systems evolving under unitary dynamics, environmental decoherence, and measurement operations.\n\n## Overview\n\nThis project implements a quantum simulator that models complex quantum systems using rigorous quantum mechanical principles, including:\n\n- Unitary evolution via quantum gates\n- Environmental decoherence using standard noise models\n- Projective measurements and state collapse\n- Quantum entanglement between subsystems\n- Von Neumann entropy tracking\n\nThe simulator is built on Qiskit and provides a framework for studying quantum state evolution under realistic conditions.\n\n## Features\n\n- Multi-qubit system simulation\n- Customizable decoherence rates\n- Configurable measurement frequencies\n- Timeline branching and entanglement\n- Rich visualization of results\n- Comprehensive quantum metrics\n\n## Requirements\n\n- Python 3.10+\n\n```python\nqiskit\nqiskit-aer\nnumpy\nmatplotlib\nrich\n```\n\n## Installation\n\n```bash\npip install qiskit qiskit-aer numpy matplotlib rich\n```\n\n## Usage\n\nBasic usage:\n\n```python\nfrom main import SimulationConfig, run_quantum_evolution_experiment\n\n# Configure simulation parameters\nconfig = SimulationConfig(\n    shots=1000,\n    death_probability=0.3,\n    decoherence_rate=0.05\n)\n\n# Run experiment\nresults = run_quantum_evolution_experiment(config)\n```\n\nRun the main script directly:\n\n```bash\npython main.py\n```\n\n## Output\n\nThe simulator provides detailed output including:\n- Survival/death rates\n- Measurement counts for each quantum state\n- Von Neumann entropy\n- Total unique states observed\n- Rich console visualization of results\n\n\u003cimg width=\"1798\" height=\"1070\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ea679c57-1831-4ddd-9884-a1dfb4fcc823\" /\u003e\n\n## Scientific Background\n\nThe implementation is based on standard quantum mechanical formalism and decoherence theory. Key references:\n\n- Nielsen, M. A., \u0026 Chuang, I. L. (2010). Quantum Computation and Quantum Information: 10th Anniversary Edition. Cambridge: Cambridge University Press.\n- Zurek (2003). Decoherence and the transition from quantum to classical\n- Schlosshauer (2007). Decoherence and the Quantum-to-Classical Transition\n\n## License\n\nMIT License\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeknik%2Ftimeline-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeknik%2Ftimeline-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeknik%2Ftimeline-simulator/lists"}