Skip to content

Commit c0d5349

Browse files
authored
added file imports to to_schema.py
1 parent a105e95 commit c0d5349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

psi4/driver/qcdb/molparse/to_schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
from ..util import unnp
3434
from ..physconst import psi_bohr2angstroms
35-
35+
from ..exceptions import *
36+
from .to_string import formula_generator
3637

3738
def to_schema(molrec, dtype, units='Angstrom', return_type='json'):
3839
"""Translate Psi4 json Molecule spec into json from other schemas.

0 commit comments

Comments
 (0)