From 03b242a48142969518f737484b7e12e592964d87 Mon Sep 17 00:00:00 2001 From: spinorio Date: Sat, 11 Oct 2025 05:18:32 +0000 Subject: [PATCH] Add qaoa.py --- qaoa.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 qaoa.py diff --git a/qaoa.py b/qaoa.py new file mode 100644 index 0000000..9396095 --- /dev/null +++ b/qaoa.py @@ -0,0 +1 @@ +install qiskit \ No newline at end of file