Skip to content

Commit

Permalink
Corrected heading in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jashgopani committed Dec 6, 2023
1 parent 2b19c4c commit 705f1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
venv/
.env
.env
*.7z
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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.

##

0 comments on commit 705f1fe

Please sign in to comment.