aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorottjk <joshott16@gmail.com>2023-12-05 23:41:11 -0500
committerottjk <joshott16@gmail.com>2023-12-05 23:41:11 -0500
commit47c210dc99b36de033d0722d4bcb810a7bd075ce (patch)
tree4fdb2b69d5956b2e3ee2f8bbbd225ed1caea34bf /README.md
parentcbd5da1ba1524e1a50376f50d2867482fed10383 (diff)
downloadgraph-coloring-main.tar.gz
graph-coloring-main.zip
updateHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41c5651..ea3e314 100644
--- a/README.md
+++ b/README.md
@@ -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