print

Recherche

Voici les résultats de votre recherche.

rotateur_biatomique
6 Occurrences trouvées, Dernière modification :
# somme d'état Jmax = 30 # valeur maximale de J print('---------------------------------------------------') print('| J | dégénerescence | J*(J+1) | terme de Z |') print('------------------------------------------------... énerescence term= (2*J+1)*exp(-J*(J+1)/T) print('| %3d | %4d | %4d | %.8e |' % (J, g
potentiel_energy_surface
4 Occurrences trouvées, Dernière modification :
x=400. num=100 x_1d = np.linspace(rmin,rmax, num) print x_1d.shape, x_1d.dtype, x_1d.ndim y_1d = np.linspace(rmin,rmax, num) print y_1d.shape, y_1d.dtype, y_1d.ndim X, Y = np.meshgrid(x_1d, y_1d) print X.shape, X.dtype, X.ndim, Y.shape, Y.dtype, Y.ndi... +(a(Y)-a(X+Y) )**2.+(a(X+Y)-a(X) )**2.) ))/(1.+k) print np.min(E) #valeur minimale de E fig = plt.figur
potentiel_morse
1 Occurrences trouvées, Dernière modification :
1.05, E*1.02, "n = "+str(v), fontsize=14) #print(v,E) plt.show() </code> Figure : {{:teaching:p