def test_togrid1(self): o = SphericalOrbital(1, r_f(6)) o.toGrid() o.toGrid(R=10)
def test_togrid2(self): o = SphericalOrbital(1, r_f(6)) with pytest.raises(ValueError): o.toGrid(R=-1)
def test_togrid2(self): o = SphericalOrbital(1, r_f(6)) o.toGrid(R=-1)