Issue Description
In my tests, MPSCircuits take much longer to get jitted than the same circuits. For example, within 2 minutes for a default-type circuit of 8 qubits, but at least more than 40 minutes for the same circuit in MPS. (I didn't wait for the complication to finish.)
Considering that we typically want to use an MPS simulator for a relatively large circuit size, this makes using MPS circuits particularly difficult.
Proposed Solution
Additional References
If it helps, I can provide a script with a slow MPS complication. This seems to be a general problem for slightly large circuit sizes, though.
Issue Description
In my tests, MPSCircuits take much longer to get jitted than the same circuits. For example, within 2 minutes for a default-type circuit of 8 qubits, but at least more than 40 minutes for the same circuit in MPS. (I didn't wait for the complication to finish.)
Considering that we typically want to use an MPS simulator for a relatively large circuit size, this makes using MPS circuits particularly difficult.
Proposed Solution
Additional References
If it helps, I can provide a script with a slow MPS complication. This seems to be a general problem for slightly large circuit sizes, though.