final first commit

This commit is contained in:
2026-05-19 17:19:36 +08:00
commit b199e2105e
114 changed files with 6844 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"MPI_enabled": false, "expectation_enabled": true, "use_mps": true, "max_bond_dimension": 20, "svd_cutoff": 1e-10}

4
workload-qaoa/problem2.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/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