Skip to content

Commit 177eaa4

Browse files
committed
fix cc examples
1 parent e2edb69 commit 177eaa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cc/20-raman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'''
1010
import jax
1111
from pyscfad import gto, scf, cc
12-
from pyscfad.lib import numpy as np
12+
from pyscfad import numpy as np
1313
from pyscfad.prop.thermo import vib
1414

1515
mol = gto.Mole()

examples/cc/21-ir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'''
77
import jax
88
from pyscfad import gto, scf, cc
9-
from pyscfad.lib import numpy as np
9+
from pyscfad import numpy as np
1010
from pyscfad.prop.thermo import vib
1111

1212
mol = gto.Mole()

0 commit comments

Comments
 (0)