Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 254 Bytes

File metadata and controls

7 lines (5 loc) · 254 Bytes

Python-programming

Python programs for quantum mechanics course These programs were used to benchmark methods on AWS Braket machines

Brute.py is the brute force algorithm for the TSP

Greedy.py is the nearest neighbor algorithm for the TSP