{"id":18397747,"url":"https://github.com/quantumbfs/qudiffeq.jl","last_synced_at":"2025-08-12T10:10:38.768Z","repository":{"id":49095597,"uuid":"188557500","full_name":"QuantumBFS/QuDiffEq.jl","owner":"QuantumBFS","description":"Quantum Algorithms for solving differential equations","archived":false,"fork":false,"pushed_at":"2024-08-24T14:55:05.000Z","size":226,"stargazers_count":50,"open_issues_count":3,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-22T10:51:30.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quantumbfs.github.io/QuDiffEq.jl/latest/","language":"Julia","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/QuantumBFS.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","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":"2019-05-25T11:23:52.000Z","updated_at":"2025-03-09T07:14:25.000Z","dependencies_parsed_at":"2024-08-24T15:55:02.173Z","dependency_job_id":null,"html_url":"https://github.com/QuantumBFS/QuDiffEq.jl","commit_stats":{"total_commits":100,"total_committers":8,"mean_commits":12.5,"dds":0.5800000000000001,"last_synced_commit":"8d64699be8c85c333fe6a7b6eb66fe787590d1e9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumBFS%2FQuDiffEq.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumBFS%2FQuDiffEq.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumBFS%2FQuDiffEq.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumBFS%2FQuDiffEq.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuantumBFS","download_url":"https://codeload.github.com/QuantumBFS/QuDiffEq.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248587130,"owners_count":21129172,"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":[],"created_at":"2024-11-06T02:18:26.294Z","updated_at":"2025-04-12T15:23:33.144Z","avatar_url":"https://github.com/QuantumBFS.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuDiffEq\n\n[![CI](https://github.com/QuantumBFS/QuDiffEq.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/QuantumBFS/QuDiffEq.jl/actions/workflows/CI.yml)\n[![Codecov](https://codecov.io/gh/QuantumBFS/QuDiffEq.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/dgan181/QuDiffEq.jl)\n\nQuantum algorithms for solving differential equations.\n\nThis project is part of Julia's Season of Contribution 2019.\n\nFor an introduction to the algorithms and an overview of the features, you can take a look at the blog posts: [#1](https://nextjournal.com/dgan181/julia-soc-19-quantum-algorithms-for-differential-equations/), [#2](https://nextjournal.com/dgan181/jsoc-19-non-linear-differential-equation-solver-and-simulating-of-the-wave-equation/). \n\n## Installation\n\n\u003cp\u003e\nQuDiffEq is a \u0026nbsp;\n    \u003ca href=\"https://julialang.org\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/master/images/julia.ico\" width=\"16em\"\u003e\n        Julia Language\n    \u003c/a\u003e\n    \u0026nbsp; package. To install QuDiffEq,\n    please \u003ca href=\"https://docs.julialang.org/en/v1/manual/getting-started/\"\u003eopen\n    Julia's interactive session (known as REPL)\u003c/a\u003e and press \u003ckbd\u003e]\u003c/kbd\u003e key in the REPL to use the package mode, then type the following command\n\u003c/p\u003e\n\n```julia\npkg\u003e add QuDiffEq\n```\n\n## Algorithms\n\n- Quantum Algorithms for Linear Differential Equations,\n  - Based on truncated Taylor series\n  - Based on HHL.\n- Quantum Algorithms for Non Linear Differential Equations.\n\n## Built With\n\n* [Yao](https://github.com/QuantumBFS/Yao.jl) - A framework for Quantum Algorithm Design\n* [QuAlgorithmZoo](https://github.com/QuantumBFS/QuAlgorithmZoo.jl) - A repository for Quantum Algorithms\n\n## Authors\n\nSee the list of [contributors](https://github.com/QuantumBFS/QuDiffEq.jl/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/QuantumBFS/QuDiffEq.jl/blob/master/LICENSE) file for details\n\n## References\n- D. W. Berry. *High-order quantum algorithm for solving linear differential equations* (https://arxiv.org/abs/1010.2745)\n- Tao Xin et al. *A Quantum Algorithm for Solving Linear Differential Equations: Theory and Experiment* (https://arxiv.org/abs/1807.04553)\n- Sarah K. Leyton, Tobias J. Osborne. *A quantum algorithm to solve nonlinear differential equations*(https://arxiv.org/abs/0812.4423)\n- P. C.S. Costa et al. *Quantum Algorithm for Simulating the Wave Equation* (https://arxiv.org/abs/1711.05394)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumbfs%2Fqudiffeq.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantumbfs%2Fqudiffeq.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumbfs%2Fqudiffeq.jl/lists"}