We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019b9ee commit 063dbaaCopy full SHA for 063dbaa
qmb/hubbard.py
@@ -38,7 +38,7 @@ class ModelConfig:
38
def __post_init__(self) -> None:
39
if self.electron_number is None:
40
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)
+ logging.info("Electron number is not specified, set to half-filling (one electron per lattice site) %d", self.electron_number)
42
43
if self.m <= 0 or self.n <= 0:
44
raise ValueError("The dimensions of the Hubbard model must be positive integers.")
0 commit comments