예제 #1
0
 def test_togrid1(self):
     o = SphericalOrbital(1, r_f(6))
     o.toGrid()
     o.toGrid(R=10)
예제 #2
0
 def test_togrid2(self):
     o = SphericalOrbital(1, r_f(6))
     with pytest.raises(ValueError):
         o.toGrid(R=-1)
예제 #3
0
 def test_togrid2(self):
     o = SphericalOrbital(1, r_f(6))
     o.toGrid(R=-1)