I'm currently conducting experiments on unitary t-designs, utilizing random Clifford and T gates within the Qiskit framework. My goal is to simulate quantum circuits that involve the application of a single T-gate across various system sizes. However, as I increase the number of qubits in my system, I encounter memory limitations that prevent the simulation from proceeding.
ValueError: too many subscripts in einsum
This error occurs when I increase my system size to $n=16$ qubits. I want to simulate my system up to $n=40$ qubits to get quality results.
Are there method/library that will help me simulate higher qubit system? Could be any language or library?