From 846d38b88c6468bd5a5b1a99a795f697c39d9a55 Mon Sep 17 00:00:00 2001 From: Marvin Erdmann <106394656+Marvmann@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:21:19 +0200 Subject: [PATCH 1/2] Update Publications Section in README.md added most recent publication by Kiwit et al. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50112926..fe1fa4af 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ QUARK supports various applications, like the traveling salesperson problem (TSP It also features different solvers (e.g., simulated /quantum annealing and the quantum approximate optimization algorithm (QAOA)), quantum devices (e.g., IonQ and Rigetti), and simulators. It is designed to be easily extendable in all of its components: applications, mappings, solvers, devices, and any other custom modules. -## Paper -Details about the motivations for the framework can be found in the accompanying QUARK paper: https://arxiv.org/abs/2202.03028. -Even though the architecture changed significantly with the 2.0 release of QUARK, the guiding principles still remain. +## Publications +Details about the motivations for the original framework can be found in the [accompanying QUARK paper from Finžgar et al](https://arxiv.org/abs/2202.03028). +Even though the architecture changes significantly from QUARK 1.0 to 2.0, the guiding principles still remain. The most recent publication from [Kiwit et al.](https://arxiv.org/abs/2308.04082) provides an updated overview of the functionalities and quantum machine learning features of QUARK 2.0. ## Documentation Documentation with a tutorial and developer guidelines can be found here: https://quark-framework.readthedocs.io/en/dev/. From 6019a7b08d0af105f6683d0582495083fcb3efe6 Mon Sep 17 00:00:00 2001 From: Marvin Erdmann <106394656+Marvmann@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:51:16 +0200 Subject: [PATCH 2/2] Update Publication Section in index.rst Added latest publication --- docs/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index caf2c929..f1420461 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,12 +21,10 @@ to mathematical formulations, solvers, hardware or other custom module definitio :width: 700 :alt: Architecture of the QUARK framework -Paper +Publications ====== -Details about the motivations for the QUARK framework can be found in the accompanying paper (`arXiv link -`_). Even though the architecture changed quite significantly with the 2.0 release of QUARK, the guiding principles still remain. -The data used for the paper can be found in ``results/results.csv``. +Details about the motivations for the original framework can be found in the [accompanying QUARK paper from Finžgar et al](https://arxiv.org/abs/2202.03028). The data used for the paper can be found in ``results/results.csv``. Even though the architecture changes significantly from QUARK 1.0 to 2.0, the guiding principles still remain. The most recent publication from [Kiwit et al.](https://arxiv.org/abs/2308.04082) provides an updated overview of the functionalities and quantum machine learning features of QUARK 2.0. .. toctree:: :maxdepth: 2