diff --git a/.gitignore b/.gitignore index d558a03..3a292ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv/ -.env \ No newline at end of file +.env +*.7z \ No newline at end of file diff --git a/Readme.md b/Readme.md index 2ef0393..a72aee8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,7 @@ -#Max-Cut implementation using VQE +# Max-Cut implementation using VQE + The following is the implementation of Variational Quantum Eigensolver algorithm for solving max-cut problem. ## Setup instructions The setup instructions are specified in the `maxcut_vqe.ipynb` file. - -##