Example #1
0
 def test_print2(self):
     grid = fowf.Grid(0.1, 1000)
     h_pi = fowf.HydrogenPI(0.5)
     wf   = fowf_h_pi.calculate_fowf(grid, h_pi)
     print "/////////////"
     print wf[1]
Example #2
0
 def setUp(self):
     grid = fowf.Grid(0.1, 1000)
     h_pi = fowf.HydrogenPI(0.5)
     driv_sys = fowf.DrivSys(grid, h_pi) 
     self.wave_func = driv_sys.solve()
     self.res_data= fowf_h_pi.calculate_fowf(grid, h_pi)