From a07d42909d8becf2fd525edb3a6e10955a9f9b08 Mon Sep 17 00:00:00 2001 From: rawkintrevo Date: Mon, 4 Mar 2024 13:07:30 -0600 Subject: [PATCH] Closes #2177 --- website/_config.yml | 5 ++ website/_includes/navbar.html | 2 + ...n-Efficient-Quantum-Factoring-Algorithm.md | 37 ++++++++++++++ ...Potential-of-LLMs-for-Quantum-Computing.md | 49 +++++++++++++++++++ website/papers.md | 10 ++++ 5 files changed, 103 insertions(+) create mode 100644 website/_papers/An-Efficient-Quantum-Factoring-Algorithm.md create mode 100644 website/_papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing.md create mode 100644 website/papers.md diff --git a/website/_config.yml b/website/_config.yml index 486af4306d..40a0238e84 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -53,3 +53,8 @@ exclude: # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ + +collections: + papers: + output: true + diff --git a/website/_includes/navbar.html b/website/_includes/navbar.html index 8f323547f9..8464488390 100644 --- a/website/_includes/navbar.html +++ b/website/_includes/navbar.html @@ -39,6 +39,8 @@ aria-haspopup="true" aria-expanded="false">Documentation