from phys.func import psi, prob, E
class particle:
def __init__(self, mass: float, n_state: int):
self.mass = mass
self.n_state = n_state
self.energy =