Skip to content

Commit 063dbaa

Browse files
hzhangxyzCopilot
andauthored
Update qmb/hubbard.py
Co-authored-by: Copilot <[email protected]>
1 parent 019b9ee commit 063dbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmb/hubbard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ModelConfig:
3838
def __post_init__(self) -> None:
3939
if self.electron_number is None:
4040
self.electron_number = self.m * self.n
41-
logging.info("Electron number is not specified, set to half filling(one electron per lattice site) %d", self.electron_number)
41+
logging.info("Electron number is not specified, set to half-filling (one electron per lattice site) %d", self.electron_number)
4242

4343
if self.m <= 0 or self.n <= 0:
4444
raise ValueError("The dimensions of the Hubbard model must be positive integers.")

0 commit comments

Comments
 (0)