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 063dbaa commit 7c964ccCopy full SHA for 7c964cc
qmb/__main__.py
@@ -7,6 +7,7 @@
7
import tyro
8
from . import openfermion as _ # type: ignore[no-redef]
9
from . import fcidump as _ # type: ignore[no-redef]
10
+from . import hubbard as _ # type: ignore[no-redef]
11
from . import ising as _ # type: ignore[no-redef]
12
from . import vmc as _ # type: ignore[no-redef]
13
from . import imag as _ # type: ignore[no-redef]
0 commit comments