You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: