-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbqsim.sh
More file actions
executable file
·18 lines (18 loc) · 1.68 KB
/
bqsim.sh
File metadata and controls
executable file
·18 lines (18 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
cd build/apps
./BQSim --ps --batch_size 256 --file ../../circuits/dnn_n17.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/dnn_n19.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/dnn_n21.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/vqe_n12.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/vqe_n14.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/vqe_n16.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/portfolio_vqe_n16.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/portfolio_vqe_n17.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/portfolio_vqe_n18.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/graph_state_n16.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/graph_state_n18.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/graph_state_n20.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/tsp_n9.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/tsp_n16.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/routing_n6.qasm --num_batch 200 --conversion_type 2
./BQSim --ps --batch_size 256 --file ../../circuits/routing_n12.qasm --num_batch 200 --conversion_type 2