These scripts are going to test the performance between MindQuantum and PaddlePaddle Quantum with QAOA algorithm.
Please install PaddlePaddle Quantum before runing these scripts.
Run the command below to run QAOA algorithm with MindQuantum.
python3 qaoa_mindquantum.py -o 1
Run the command below to run QAOA algorithm with PaddlePaddle Quantum.
python3 qaoa_paddle.py