Repositories (1)

otk
1 snippets stored for this repo
Python IconPython
#     z_c=rho**2/(2*R)
        # except ZeroDivisionError:
        #     z_c=0
        phi = self.k*z_c - psi  # leave k out, retarded reference frame
        return {'w':w, 'psi':psi, 'absE':absE, 'phi':phi, 'R':R}

    def dphidz(self, z, rho):