Skip to content

Commit

Permalink
fixed merge conflicts with main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonhasSC committed May 22, 2024
2 parents 2c4c345 + 3ecb269 commit 608c04a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion notebooks/PhotosynthesisExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"import re\n",
"import sys\n",
"import time\n",
"import uuid\n",
"import cirq\n",
"import numpy as np\n",
"from dataclasses import dataclass\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ classifiers = [
]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
dependencies = {file = ["requirements.txt"]}
1 change: 0 additions & 1 deletion src/qca/utils/hamiltonian_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def assign_hexagon_labels(graph:Graph, x:str='X', y:str='Y', z:str='Z'):
if r2 - r1 < 0 or c2 - c1 < 0:
r1, r2 = r2, r1
c1, c2 = c2, c1

# now that they are ordered correctly, we can assign labels
label = ''
if c1 == c2:
Expand Down

0 comments on commit 608c04a

Please sign in to comment.