From fd5e6e4b41cb7a5efdd49b68fb9eec51b98fcc7d Mon Sep 17 00:00:00 2001 From: Saad-Mufti <42655329+Saad-Mufti@users.noreply.github.com> Date: Wed, 20 Nov 2019 13:45:25 -0500 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..274c39c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Energy Plant Locations Quantum Optimization + Using the Entropica Labs and Rigetti PyQuil SDK to run a Quantum Optimization algorithm to find the most optimal location to place an energy plant given a dataset of villages that were reported to not have access to electricity.