We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da14f28 commit 74ba8e1Copy full SHA for 74ba8e1
3 files changed
rmgpy/qm/gaussian.py
@@ -34,7 +34,7 @@
34
import re
35
from subprocess import Popen
36
37
-import cclib
+# import cclib
38
39
from rmgpy.molecule.molecule import Molecule
40
from rmgpy.qm.molecule import QMMolecule
rmgpy/qm/molecule.py
@@ -46,7 +46,7 @@
46
import rmgpy.quantity
47
import rmgpy.statmech
48
import rmgpy.thermo
49
-from rmgpy.qm.qmdata import parse_cclib_data
+# from rmgpy.qm.qmdata import parse_cclib_data
50
from rmgpy.thermo import ThermoData
51
52
rmgpy/qm/mopac.py
@@ -35,7 +35,7 @@
import tempfile
from subprocess import Popen, PIPE
from rmgpy.exceptions import DependencyError, AtomTypeError
41
0 commit comments