From 7be35d0f4948c5488d4b8cb548f5250b074552c1 Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Wed, 10 Jul 2024 16:09:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.bib | 6 +++--- README.md | 6 +++--- docs/refs.bib | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index dc50cfb..3fc9d50 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -3,7 +3,7 @@ @INPROCEEDINGS{volpe2024towards TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}}, YEAR = {2024}, BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)}, - EPRINT = {2406.12840}, - PRIMARYCLASS = {quant-ph}, - ARCHIVEPREXIX = {arxiv}, + EPRINT = {2406.12840}, + PRIMARYCLASS = {quant-ph}, + ARCHIVEPREXIX = {arxiv}, } diff --git a/README.md b/README.md index 06e7e45..ac3d8c2 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ In case you are using the MQT Quantum Auto Optimizer in your work, we would be t TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}}, YEAR = {2024}, BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)}, - EPRINT = {2406.12840}, - PRIMARYCLASS = {quant-ph}, - ARCHIVEPREXIX = {arxiv}, + EPRINT = {2406.12840}, + PRIMARYCLASS = {quant-ph}, + ARCHIVEPREXIX = {arxiv}, } ``` diff --git a/docs/refs.bib b/docs/refs.bib index dc50cfb..3fc9d50 100644 --- a/docs/refs.bib +++ b/docs/refs.bib @@ -3,7 +3,7 @@ @INPROCEEDINGS{volpe2024towards TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}}, YEAR = {2024}, BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)}, - EPRINT = {2406.12840}, - PRIMARYCLASS = {quant-ph}, - ARCHIVEPREXIX = {arxiv}, + EPRINT = {2406.12840}, + PRIMARYCLASS = {quant-ph}, + ARCHIVEPREXIX = {arxiv}, } From fb057ec95cd2b3ab83a629488c5b0d2c52943a8a Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Wed, 10 Jul 2024 16:09:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=8C=20added=20upper=20numpy=20cap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ba8bb87..04ac69f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "docplex>=2.21.207", "dwave-system>=1.21.0", "dwave-samplers>=1.2.0", + "numpy<2.0.0" ] classifiers = [