From 5b6efa4b5fcdbe92c91d6b7bc8ab56f0af1a72b8 Mon Sep 17 00:00:00 2001 From: jaunatisblue Date: Tue, 19 May 2026 17:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B3=E8=B5=9Bqibotn=E6=BA=90=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workload-qft/problem1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workload-qft/problem1.sh b/workload-qft/problem1.sh index 4b1cdc9..4c53b8c 100755 --- a/workload-qft/problem1.sh +++ b/workload-qft/problem1.sh @@ -1,4 +1,4 @@ #!/usr/bin/bash -CUDA_VISIBLE_DEVICES="" mpirun -np 512 python ../qibojit-benchmarks/compare.py --circuit qft --nqubits 1 512 --filename "qft.dat" --library-options backend=qibotn,platform=quimb,computation_settings="dense_vector_mps_mpi_qft.json" --nreps 1 --precision 'complex128' > run.log 2>&1 +CUDA_VISIBLE_DEVICES="" mpirun -np 512 -host python ../qibojit-benchmarks/compare.py --circuit qft --nqubits 1 512 --filename "qft.dat" --library-options backend=qibotn,platform=quimb,computation_settings="dense_vector_mps_mpi_qft.json" --nreps 1 --precision 'complex128' > run.log 2>&1