Skip to content

Commit

Permalink
fix call to jastrow kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Nov 27, 2023
1 parent 8f41762 commit aa3b495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmctorch/wavefunction/slater_orbital_dependent_jastrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, mol,
self.use_jastrow = True

self.jastrow = JastrowFactorElectronElectron(
self.mol.nup, self.mol.ndown, jastrow_kernel,
jastrow_kernel,
kernel_kwargs=jastrow_kernel_kwargs,
orbital_dependent_kernel=True,
number_of_orbitals=self.nmo_opt,
Expand Down

0 comments on commit aa3b495

Please sign in to comment.