{"id":15707225,"url":"https://github.com/fwcd/quantumlisp","last_synced_at":"2026-02-07T10:31:03.076Z","repository":{"id":98826378,"uuid":"136822541","full_name":"fwcd/quantumlisp","owner":"fwcd","description":"Quantum computing simulation for Common Lisp","archived":false,"fork":false,"pushed_at":"2018-06-25T08:54:49.000Z","size":7,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T22:09:07.075Z","etag":null,"topics":["lisp","quantum-computing","quantum-simulator","simulation"],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/fwcd.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}},"created_at":"2018-06-10T15:50:10.000Z","updated_at":"2024-12-28T07:47:53.000Z","dependencies_parsed_at":"2023-05-25T16:15:08.440Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/quantumlisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/quantumlisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fquantumlisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fquantumlisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fquantumlisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fquantumlisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/quantumlisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fquantumlisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29192604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"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":["lisp","quantum-computing","quantum-simulator","simulation"],"created_at":"2024-10-03T20:38:21.470Z","updated_at":"2026-02-07T10:31:03.054Z","avatar_url":"https://github.com/fwcd.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuantumLisp\nQuantum computing simulator for Common Lisp.\n\n## Examples\nCreating and printing a superposition:\n```lisp\n(defvar qubits (quantumlisp:superpos (list 1 0)))\n(quantumlisp:print-superpos qubits)\n```\n\nApplying different quantum gates to a superposition:\n```lisp\n(setq qubits (quantumlisp:swap qubits))\n(setq qubits (quantumlisp:sqrt-swap qubits))\n(setq qubits (quantumlisp:cnot qubits))\n```\n\nCollapsing a superposition:\n```lisp\n(quantumlisp:collapse qubits)\n```\n\n## Getting Started\nAn installation of the Quicklisp package manager is required\n\n```lisp\n(push #p\"/YOUR/CLONE/PATH/QuantumLisp/\" asdf:*central-registry*)\n(ql:quickload \"quantumlisp\")\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fquantumlisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fquantumlisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fquantumlisp/lists"}