Skip to content

Commit 1ebbfd3

Browse files
committed
Try src folder
1 parent 7cf437d commit 1ebbfd3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyci/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
r"""PyCI module."""
1717

18-
from pyci import secondquant_op, wavefunction, one_spin_wfn, two_spin_wfn
19-
from pyci import doci_wfn, fullci_wfn, genci_wfn, sparse_op
20-
from pyci import get_num_threads, set_num_threads, popcnt, ctz
21-
from pyci import compute_overlap, compute_rdms, compute_transition_rdms
22-
from pyci import add_hci, compute_enpt2
18+
from pyci.src import secondquant_op, wavefunction, one_spin_wfn, two_spin_wfn
19+
from pyci.src import doci_wfn, fullci_wfn, genci_wfn, sparse_op
20+
from pyci.src import get_num_threads, set_num_threads, popcnt, ctz
21+
from pyci.src import compute_overlap, compute_rdms, compute_transition_rdms
22+
from pyci.src import add_hci, compute_enpt2
2323

2424
from pyci.utility import make_senzero_integrals, reduce_senzero_integrals, spinize_rdms
2525
from pyci.utility import odometer_one_spin, odometer_two_spin

0 commit comments

Comments
 (0)