Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 651 Bytes

File metadata and controls

29 lines (20 loc) · 651 Bytes

Optimization-with-Quantum-Annealing

Project Structure

  • The data folder contains test cases running data
  • test_case_optimization_hyb.py file is used to run this problem by hybrid quantum computer
  • test_case_optimization_hyb.py file is used to run this problem by QPU

How to run

Running the following for information

    python test_case_optimization_hyb.py --help
    python test_case_optimization_qpu.py --help

Running the following for getting results

    python test_case_optimization_hyb.py --filename data/experiments.csv
    python test_case_optimization_qpu.py --filename data/experiments.csv