Fix(Core): refact MO, clean import and fix renders
Split MO in 2 categories Atoms and Molecules
This commit is contained in:
@@ -12,7 +12,7 @@ Power with MO
|
||||
|
||||
from multipledispatch import Dispatcher
|
||||
from ..tree import Tree
|
||||
from ..MO.mo import MO, MOnumber, MOstr
|
||||
from ..MO import MO, MOnumber, MOstr
|
||||
from ..MO.fraction import MOFraction
|
||||
from ..MO.monomial import MOstrPower, MOMonomial
|
||||
from ..MO.polynomial import MOpolynomial
|
||||
|
||||
Reference in New Issue
Block a user