From 43bb205ee3a1eafc39b801e3d23f051c7a77aa85 Mon Sep 17 00:00:00 2001 From: "Aleksandr (Sasha) Berezutskii" Date: Wed, 27 Nov 2024 17:31:00 -0500 Subject: [PATCH] script address fix --- examples/random_circuit/random_circuit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/random_circuit/random_circuit.sh b/examples/random_circuit/random_circuit.sh index 4839daa7..5a5fbffb 100755 --- a/examples/random_circuit/random_circuit.sh +++ b/examples/random_circuit/random_circuit.sh @@ -25,7 +25,7 @@ cat > submit-job.sh << 'EOS' module load python/3.11.5 source ~/envs/myenv/bin/activate -python mps-rand-circ.py +python examples/random_circuit/mps-rand-circ.py EOS # Submit the job