Skip to content

Commit

Permalink
nmo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Nov 30, 2023
1 parent f556604 commit c02b22e
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.calculator.basis.nmo
number_of_orbitals = mol.basis.nmo
# create the orbital dependent jastrow
self.jastrow_kernel = OrbitalDependentJastrowKernel(
mol.nup,
Expand Down

0 comments on commit c02b22e

Please sign in to comment.