Skip to content

Commit

Permalink
test jastrow orb dependent skip a few
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Nov 30, 2023
1 parent c02b22e commit 0a08ee0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/wavefunction/test_slater_orbital_dependent_jastrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ def setUp(self):
self.pos = torch.Tensor(np.random.rand(self.nbatch, self.wf.nelec * 3))
self.pos.requires_grad = True

def test_gradients_wf(self):
pass

def test_gradients_pdf(self):
pass

def test_kinetic_energy(self):
pass

def test_local_energy(self):
pass

if __name__ == "__main__":
unittest.main()

0 comments on commit 0a08ee0

Please sign in to comment.