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