Relative Content

Tag Archive for simulationtensorquantum-computingqiskit

Qiskit exact simulation with Matrix Product States method

for a Uni project I need to simulate a variety of quantum circuits by modeling them as matrix product states. For this project it is particularly important, that the simulation is done exactly, i.e. without truncation or a limit in bond dimension.
The only qiskit method I found is by “qiskit_aer” (https://qiskit.github.io/qiskit-aer/tutorials/7_matrix_product_state_method.html)
I am now wondering what the best method to set this up in qiskit would be.