Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Improve the speed of the Matrix Product States simulator #25

@aromanro

Description

@aromanro

There are various ways of doing so... a straightforward one would be to parallelize some of the computations with open mp.
There are also ways of optimizing the execution of some gates.

qiskit aer does it, they have a tensor class oriented towards qubits computations (it holds internally matrices and execution of many operations is optimized), this implementation is more generic and uses Eigen tensors (with suboptimal data copying between matrices and tensors back and forth).

I probably won't go that path, unless really necessary.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions