Skip to content

Commit 92a0c72

Browse files
Add files via upload
1 parent c67924b commit 92a0c72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/stabilizer/run_reservoir.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
#SBATCH --job-name=random_sample
33
# d-hh:mm:ss
44
#SBATCH --time=30-00:00:00
5-
#SBATCH --output=/home/franzf/quantumreservoirpy_vivaldi/%j.out
5+
#SBATCH --output=%j.out
6+
67
#SBATCH --nodes=1
78
#SBATCH --tasks-per-node=1
89
#SBATCH --cpus-per-task=1
910

1011
source qiskit/bin/activate
1112

12-
python run_reservoir.py "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9" "$10" "$11" "$12"
13+
python python run_reservoir.py "$@"
1314

0 commit comments

Comments
 (0)