Skip to content

Commit

Permalink
nmo through calc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Nov 30, 2023
1 parent b92f19f commit 7bb2a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
if orbital_dependent_kernel:
# default to all orbitals if number_of_orbitals is None
if number_of_orbitals is None:
number_of_orbitals = mol.nmo
number_of_orbitals = mol.calculator.basis.nmo
# create the orbital dependent jastrow
self.jastrow_kernel = OrbitalDependentJastrowKernel(
mol.nup,
Expand Down

0 comments on commit 7bb2a3a

Please sign in to comment.