Skip to content

Commit

Permalink
added numpy upper cap and improved ref formatting (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich authored Jul 10, 2024
2 parents 27c0469 + fb057ec commit 6d80792
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
```

Expand Down
6 changes: 3 additions & 3 deletions docs/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"docplex>=2.21.207",
"dwave-system>=1.21.0",
"dwave-samplers>=1.2.0",
"numpy<2.0.0"
]

classifiers = [
Expand Down

0 comments on commit 6d80792

Please sign in to comment.