Skip to content
Snippets Groups Projects
Commit 4732c59d authored by Bas Nijholt's avatar Bas Nijholt
Browse files

add a space between "'coords'parameter"

parent 94f77776
Branches
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ def discretize_symbolic(hamiltonian, coords=None, *, locals=None):
if len(coords) == 0:
raise ValueError("Failed to read any discrete coordinates. This is "
"probably due to a lack of momentum operators in "
"your input. You can use the 'coords'"
"your input. You can use the 'coords' "
"parameter to provide them.")
onsite_zeros = (0,) * len(coords)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment