diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ # csc591_proj -Using quantum computers and VQE/QAOA to solve a graph coloring problem. +Using quantum computers and QAOA to solve a graph coloring problem. + +* `main.py` - definition of QC class for creating a quantum circuit from a graph +* `prob_plots.py` - script used for finding ground states and generating probability distributions +* `graphviz.py` - generate graphs from outputted states |