-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hamiltonian simulation for hyperbolic partial differential equations by scalable quantum circuits #581
Comments
Hey, I have successfully implemented the algorithm yesterday, but for some reason I have the error '’module ‘pydantic’ has no attribute ‘model_validator' showing up, without updating or changing any packages. May I ask how to resolve this? Thanks! |
I think I have implemented the algo in the paper. Would it be possible to have a check with someone from classiq? Thanks. |
Hi @AprilSweettooth
|
Let us know if you want to take this issue @AprilSweettooth |
Yes, this is resolved now, thanks! |
Yes, please. |
Hamiltonian simulation for hyperbolic partial differential equations by scalable quantum circuits
Abstract
Differential equations are fundamental to understanding quantum systems, yet classical methods struggle with the simulation of large quantum systems due to computational inefficiencies. Recent advancements in quantum computing have opened new pathways for solving differential equations with greater efficiency. The paper Hamiltonian Simulation for Hyperbolic Partial Differential Equations by Scalable Quantum Circuits by Yuki Sato et al. proposes a method for solving certain partial differential equations by transforming them into a Schrödinger equation, which can then be solved via Hamiltonian simulation on a quantum computer.
Project Overview
Challenge: Implement the technique outlined in the referenced paper to solve the advection equation with Dirichlet boundary conditions. You will test both a Hamiltonian simulation method of your choice and the circuit implementation proposed in the paper.
Objective
Solve the following advection equation with Dirichlet boundaries:
Deliverables
Follow the Contribution Guidelines in CONTRIBUTING.md. If you need any assistance, feel free to reach out via GitHub or join our Slack Community.
Getting Started
Implementation Steps
Algorithm Coding:
Mathematical Explanation:
Generate
.qmod
File:write_qmod(model, "filename.qmod")
to save your models..qmod
file generation.Quality Check:
Submit Contribution:
classiq-library/research/differential_equation_simulation
.Resources
Note: No strict deadline. Confirm with us if you start this task so we can assign it to you.
Good Luck!
The text was updated successfully, but these errors were encountered: