Skip to content

Commit cd872ec

Browse files
website link
1 parent 4e93dee commit cd872ec

10 files changed

Lines changed: 1017 additions & 665 deletions

File tree

.github/workflows/pages.yml

Lines changed: 5 additions & 665 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ __pycache__/
1414
.coverage
1515
.coverage.*
1616
htmlcov/
17+
docs/_build/
1718

1819
# -----------------------
1920
# Packaging artifacts

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
PyPI: [https://pypi.org/project/vqe-portfolio/](https://pypi.org/project/vqe-portfolio/)
2828

29+
Website: [https://sidrichardsquantum.github.io/VQE_Portfolio_Optimization/](https://sidrichardsquantum.github.io/VQE_Portfolio_Optimization/)
30+
2931
This package implements **portfolio optimization using Variational Quantum Eigensolvers (VQE)** as a clean, testable, and reusable **Python library**, with notebooks acting purely as *clients*.
3032

3133
Three complementary quantum formulations are provided:

0 commit comments

Comments
 (0)