Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Nov 24, 2023
1 parent 6505080 commit 39093c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qmctorch/wavefunction/slater_jastrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,7 @@ def forward(self, x, ao=None):
"""computes the value of the wave function for the sampling points
.. math::
<<<<<<< HEAD
J(R) \\Psi(R) = J(R) \\sum_{n} c_n D^{u}_n(r^u) \\times D^{d}_n(r^d)
=======
\\Psi(R) = J(R) \\sum_{n} c_n D^{u}_n(r^u) \\times D^{d}_n(r^d)
>>>>>>> master
Args:
x (torch.tensor): sampling points (Nbatch, 3*Nelec)
Expand Down

0 comments on commit 39093c8

Please sign in to comment.