Files
qibo-final/workload-qaoa/problem2.sh
2026-05-19 17:19:36 +08:00

5 lines
305 B
Bash
Executable File

#!/usr/bin/bash
CUDA_VISIBLE_DEVICES="" mpirun -np 1024 python ../qibojit-benchmarks/compare.py --circuit qaoa --nqubits 11 2058 --filename "qaoa.dat" --library-options backend=qibotn,platform=quimb,computation_settings="dense_vector_mps_mpi_qaoa.json" --nreps 1 --precision 'complex128' > run.log 2>&1