Skip to content

Commit

Permalink
fux default jastrow on gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Dec 11, 2023
1 parent 5c89bc7 commit bc50100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qmctorch/wavefunction/slater_jastrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def init_jastrow(self, jastrow):

# create a simple Pade Jastrow factor as default
if jastrow == 'default':
self.jastrow = JastrowFactorElectronElectron(self.mol, PadeJastrowKernel)
self.jastrow = JastrowFactorElectronElectron(self.mol,
PadeJastrowKernel,
cuda=self.cuda)

elif isinstance(jastrow, list):
self.jastrow = CombineJastrow(jastrow)
Expand Down

0 comments on commit bc50100

Please sign in to comment.