From 47c210dc99b36de033d0722d4bcb810a7bd075ce Mon Sep 17 00:00:00 2001 From: ottjk Date: Tue, 5 Dec 2023 23:41:11 -0500 Subject: update --- prob_plots.py | 1 + 1 file changed, 1 insertion(+) (limited to 'prob_plots.py') diff --git a/prob_plots.py b/prob_plots.py index 741eaec..e2696eb 100644 --- a/prob_plots.py +++ b/prob_plots.py @@ -23,5 +23,6 @@ n_vertices = 6 graph = [(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(2,3),(3,4),(4,5),(5,1)] qc_6 = QC(graph, n_vertices, n_layers) +# uncomment which one you want # get_probs(qc_5) get_probs(qc_6) -- cgit v1.3