Closed
Description
After running make
and pip install .
all seemed well.
However upon testing the error message not enough memory: is the number of qubits too large?
always appears. This occurs when the qsimcirq_test.py::test_cirq_qsim_gpu_amplitudes
test is run and in general when setting qsimcirq.QSimOptions(use_gpu=True)
. This occurs regardless of whether gpu_mode
is set to 0 or 1.
My system should have ample memory available. Are there any likely fixes?