Skip to content

Commit 7c964cc

Browse files
committed
Add Hubbard model description into __main__.py.
1 parent 063dbaa commit 7c964cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qmb/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import tyro
88
from . import openfermion as _ # type: ignore[no-redef]
99
from . import fcidump as _ # type: ignore[no-redef]
10+
from . import hubbard as _ # type: ignore[no-redef]
1011
from . import ising as _ # type: ignore[no-redef]
1112
from . import vmc as _ # type: ignore[no-redef]
1213
from . import imag as _ # type: ignore[no-redef]

0 commit comments

Comments
 (0)