Skip to content

Commit

Permalink
fix argument of SJ with orbital dependent Jastrow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Nov 27, 2023
1 parent 2fd6155 commit 8f41762
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 @@ -51,7 +51,7 @@ def __init__(self, mol,
raise ValueError(
'Orbital dependent Jastrow factor requires a valid jastrow kernel.')

super().__init__(mol, configs, kinetic, cuda, include_all_mo)
super().__init__(mol, None, None, configs, kinetic, cuda, include_all_mo)
self.use_jastrow = True

self.jastrow = JastrowFactorElectronElectron(
Expand Down

0 comments on commit 8f41762

Please sign in to comment.