5 lines
351 B
Bash
Executable File
5 lines
351 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
|
|
CUDA_VISIBLE_DEVICES="" mpirun -np 1024 python ../qibojit-benchmarks/compare.py --circuit supremacy --circuit-options 'depth=80' --nqubits 1477 2500 --filename "supremacy.dat" --library-options backend=qibotn,platform=quimb,computation_settings="dense_vector_mps_mpi_supremacy.json" --nreps 1 --precision 'complex128' > run.log 2>&1
|