Skip to content

Commit

Permalink
Formatting (#1274)
Browse files Browse the repository at this point in the history
An space was missing
  • Loading branch information
julenl authored and ialsina committed Nov 17, 2023
1 parent 7828344 commit 7a78344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _check_configuration(self, raise_on_failure: bool = True) -> bool:
if any(n > self.num_spatial_orbitals for n in self.num_particles):
if raise_on_failure:
raise ValueError(
f"The number of spatial orbitals {self.num_spatial_orbitals}"
f"The number of spatial orbitals {self.num_spatial_orbitals} "
f"must be greater than or equal to the number of particles of "
f"any spin kind {self.num_particles}."
)
Expand Down

0 comments on commit 7a78344

Please sign in to comment.