Skip to content
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

✨ Parallelization of Noise-free simulation #18

Open
aaronleesander opened this issue Mar 11, 2025 · 0 comments
Open

✨ Parallelization of Noise-free simulation #18

aaronleesander opened this issue Mar 11, 2025 · 0 comments

Comments

@aaronleesander
Copy link
Collaborator

What's the problem this feature will solve?

During noise-free circuit simulationm we could parallelize TDVP site-wise. Right now, the shots are parallelized at the end during weak simulation, and the trajectories are parallelized during noisy simulation.

Describe the solution you'd like

During circuit simulation, the MPS could be split up into chunks based on the gates in a layer, i.e., if there are two qubit gates at each even site, then the even sites could be done in parallel. This should be do-able since the sites of the MPS are not dependent on each other between parallelized chunks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant